Home
last modified time | relevance | path

Searched refs:free (Results 1 – 25 of 27) sorted by relevance

12

/RvlSDK-3.1.4/build/libraries/os/src/
DOSAlloc.c142 Cell* free; // pointer to the first free cell member
361 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 …]
/RvlSDK-3.1.4/build/tools/sndconv/src/
Dsound.c197 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()
Dsoundformat.c220 free(p); in soundConvert8BitToAdpcm()
238 free(p); in soundConvert8BitToAdpcmLoop()
/RvlSDK-3.1.4/build/tools/darch/src/
Dutils.c162 free(bufferA); in DiffUtility()
163 free(bufferB); in DiffUtility()
Dextract.c144 free(CurrDir->child); in GetNextEntry()
204 free(handle->fst); in CloseArc()
212 free(handle); in CloseArc()
Dfst.c336 free(FST); in createFST()
446 free((void*)curr); in makeFST()
Ddarch.c345 free(BigBuffer); in main()
Dcreate.c225 free(file); in freeDir()
229 free(item); in freeDir()
279 free(item); in DeleteItemFromStructure()
/RvlSDK-3.1.4/build/demos/gddemo/src/
Dgd-matrix-host.c47 #define OSFree(x) free(x)
Dgd-light-host.c104 free(buffer); in main()
Dgd-init-host.c48 #define OSFree(x) free(x)
Dgd-indtex-host.c114 free(buffer); in main()
Dgd-texture-host.c48 #define OSFree(x) free(x)
Dgd-tev-host.c128 free(buffer); in main()
Dgd-matrix-create.c44 #define OSFree(x) free(x)
Dgd-texture-create.c52 #define OSFree(x) free(x)
Dgd-init-create.c43 #define OSFree(x) free(x)
/RvlSDK-3.1.4/build/libraries/tc/src/
DTCMem.cpp177 free( (*thisNode)->mem ); in TCFreeMemNode()
227 free( *thisNode ); in TCFreeMemNode()
/RvlSDK-3.1.4/build/tools/TexConv/src/
Dtga.cpp293 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()
/RvlSDK-3.1.4/build/tools/dspadpcm/src/
Dmain.c580 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()
/RvlSDK-3.1.4/build/tools/dls1wt/src/
Ddls.c999 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()
/RvlSDK-3.1.4/build/tools/THPConv/src/
DTHPConv.c1056 free(audioHandle); in convertJPEGtoTHP()
1061 free(jpegFileList); in convertJPEGtoTHP()
1268 free(audioHandle); in changeAudioTrack()
1498 free(audioHandle); in appendAudioData()
/RvlSDK-3.1.4/include/revolution/
Daxfx.h57 void AXFXSetHooks(AXFXAlloc alloc, AXFXFree free);
58 void AXFXGetHooks(AXFXAlloc *alloc, AXFXFree *free);
Dwpad.h624 void WPADRegisterAllocator ( WPADAlloc alloc, WPADFree free );
/RvlSDK-3.1.4/build/libraries/gd/src/
DGDFile.c53 #define OSFree(x) free(x)

12