valloc
extern void *valloc(size_t numBytes);
if (sCurrentHeap->valloc != NULL)
return sCurrentHeap->valloc(size);
void* (*valloc)(size_t size);