HomeSort by relevance Sort by last modified time
    Searched refs:PortMalloc (Results 1 - 4 of 4) sorted by null

  /external/srec/portable/include/
pmalloc.h 103 void *(PortMalloc)(psize_t size_arg);
  /external/srec/portable/src/
pmemory_ext.c 73 #define MEM_MGR_Allocate(sizeInBytes) PortMalloc(sizeInBytes)
pmalloc.c 340 void *(PortMalloc)(psize_t size_arg)
pmemfixed.c 403 * Function: PortMalloc
415 void* PortMalloc(size_t size)

Completed in 52 milliseconds