Searched refs:PortFree (Results 1 - 4 of 4) sorted by relevance

/external/srec/portable/include/
H A Dpmalloc.h104 void(PortFree)(void *ptr);
/external/srec/portable/src/
H A Dpmemory_ext.c74 #define MEM_MGR_Free(objectPtr) PortFree(objectPtr)
H A Dpmalloc.c61 * scanning the free-memory linked list in PortFree(). If SPEEDUP is defined, then
334 PortFree((char *)q + CELL_OFF);
439 void(PortFree)(void *ptr) function
H A Dpmemfixed.c467 by PortFree to determine how much requested memory has been free'd */
574 * Function: PortFree
588 void PortFree(void* pMem) function

Completed in 832 milliseconds