Searched defs:realloc (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/libsyscall/wrappers/
H A D_libc_funcptr.c49 realloc(void *ptr, size_t size) function
H A D_libkernel_init.h54 void* (*realloc)(void*, size_t); member in struct:_libkernel_functions
/xnu-2782.1.97/libkern/c++/
H A DOSUnserialize.cpp195 #define realloc(a, s) kern_os_realloc(a, s) macro
H A DOSUnserializeXML.cpp228 #define realloc(a, s) kern_os_realloc(a, s) macro
/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp405 IOGeneralMemoryDescriptor::memoryReferenceAlloc(uint32_t capacity, IOMemoryReference * realloc) argument

Completed in 45 milliseconds