Searched refs:free (Results 1 – 25 of 27) sorted by relevance
12
142 Cell* free; // pointer to the first free cell member361 for (cell = hd->free; cell != NULL; cell = cell->next) in OSAllocFromHeap()383 hd->free = DLExtract(hd->free, cell); in OSAllocFromHeap()406 ASSERTMSG(hd->free == cell, OS_ERR_ALLOCFROMHEAP_BROKENHEAP); in OSAllocFromHeap()407 hd->free = newCell; in OSAllocFromHeap()484 for (cell = hd->free; cell; cell = cell->next) in OSAllocFixed()502 hd->free = DLExtract(hd->free, cell); // Note cell->next is intact. XXX in OSAllocFixed()528 hd->free = newCell; // new head in OSAllocFixed()612 hd->free = DLInsert(hd->free, cell); in OSFreeToHeap()676 hd->free = hd->allocated = NULL; in OSInitAlloc()[all …]
197 free(ptemp); in soundGetBuffer()256 free(p); in soundPack8BitSource()303 free(p); in soundPack8BitSource()360 free(p); in soundPack16BitSource()391 free(p); in soundPack16BitSource()476 free(p); in soundPrintSound()
220 free(p); in soundConvert8BitToAdpcm()238 free(p); in soundConvert8BitToAdpcmLoop()
162 free(bufferA); in DiffUtility()163 free(bufferB); in DiffUtility()
144 free(CurrDir->child); in GetNextEntry()204 free(handle->fst); in CloseArc()212 free(handle); in CloseArc()
336 free(FST); in createFST()446 free((void*)curr); in makeFST()
345 free(BigBuffer); in main()
225 free(file); in freeDir()229 free(item); in freeDir()279 free(item); in DeleteItemFromStructure()
47 #define OSFree(x) free(x)
104 free(buffer); in main()
48 #define OSFree(x) free(x)
114 free(buffer); in main()
128 free(buffer); in main()
44 #define OSFree(x) free(x)
52 #define OSFree(x) free(x)
43 #define OSFree(x) free(x)
177 free( (*thisNode)->mem ); in TCFreeMemNode()227 free( *thisNode ); in TCFreeMemNode()
293 free( tga.imageData ); in ReadTgaFile()299 free( tga.paletteData ); in ReadTgaFile()737 free( tmpBuff ); in UncompressTgaImage()866 free( dstBuff ); in OrientUncompressedTgaData()917 free( dstBuff ); in OrientUncompressedTgaData()
580 if (soundbuffer) free(soundbuffer); in encode_soundfile()581 if (outputbuffer) free(outputbuffer); in encode_soundfile()857 if (inputBuffer) free(inputBuffer); in decode_input_file()858 if (outputBuffer) free(outputBuffer); in decode_input_file()
999 if (pcm16Buffer) free(pcm16Buffer); in dls_data()1000 if (adpcmBuffer) free(adpcmBuffer); in dls_data()1083 if (adpcmBuffer) free(adpcmBuffer); in dls_data()1084 if (pcmBuffer) free(pcmBuffer); in dls_data()
1056 free(audioHandle); in convertJPEGtoTHP()1061 free(jpegFileList); in convertJPEGtoTHP()1268 free(audioHandle); in changeAudioTrack()1498 free(audioHandle); in appendAudioData()
57 void AXFXSetHooks(AXFXAlloc alloc, AXFXFree free);58 void AXFXGetHooks(AXFXAlloc *alloc, AXFXFree *free);
624 void WPADRegisterAllocator ( WPADAlloc alloc, WPADFree free );
53 #define OSFree(x) free(x)