Searched refs:malloc (Results 1 – 2 of 2) sorted by relevance
47 void* p = malloc(requiredSize); in AllocateBuffer()61 return malloc(size); in AllocateSmall()
50 NN_WEAK_SYMBOL void* malloc(size_t size) in malloc() function69 return malloc(size); in operator new()