| /xnu-11215/libsyscall/wrappers/ |
| H A D | _libc_funcptr.c | 56 realloc(void *ptr, size_t size) in realloc() function 58 if (_libkernel_functions->realloc) { in realloc() 59 return _libkernel_functions->realloc(ptr, size); in realloc() 68 void *nptr = realloc(ptr, size); in reallocf() 108 return realloc(ptr, size); in malloc_type_realloc()
|
| H A D | _libkernel_init.h | 67 void* (*LIBKERNEL_FUNCTION_PTRAUTH(realloc))(void*, size_t);
|
| /xnu-11215/tests/ |
| H A D | proc_info_list_kthreads.c | 79 thread_list = realloc(thread_list_tmp, (size_t)buf_used); 84 thread_list = realloc(thread_list_tmp, (size_t)buf_used);
|
| H A D | net_bridge.c | 2586 ninbuf = realloc(inbuf, len); in bridge_rt_table_copy_common()
|
| /xnu-11215/osfmk/libsa/ |
| H A D | stdlib.h | 74 extern void *realloc(void *, size_t);
|
| /xnu-11215/libkern/c++/ |
| H A D | OSUnserializeXML.y | 163 #define realloc(addr, osize, nsize) realloc_impl(addr, osize, nsize) macro 183 #define realloc(addr, osize, nsize) realloc_impl(addr, osize, nsize) macro 195 nmem = (realloc)(addr, nsize); in realloc_impl() 827 tmpbuf = (unsigned char *)realloc(tmpbuf, oldsize, tmpbuflen); in getCFEncodedData() 893 start = (unsigned char *)realloc(start, oldsize, buflen); in getHexData()
|
| H A D | OSUnserialize.y | 134 #define realloc(addr, osize, nsize) realloc_impl(addr, osize, nsize) macro 452 start = (unsigned char *)realloc(start, oldsize, buflen); in yylex()
|
| H A D | OSUnserialize.cpp | 219 #define realloc(addr, osize, nsize) realloc_impl(addr, osize, nsize) macro 2102 start = (unsigned char *)realloc(start, oldsize, buflen); in yylex()
|
| /xnu-11215/iokit/System/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 258 #define realloc(addr, osize, nsize) realloc_impl(addr, osize, nsize) macro 278 #define realloc(addr, osize, nsize) realloc_impl(addr, osize, nsize) macro 290 nmem = (realloc)(addr, nsize); in realloc_impl() 2438 tmpbuf = (unsigned char *)realloc(tmpbuf, oldsize, tmpbuflen); in getCFEncodedData() 2504 start = (unsigned char *)realloc(start, oldsize, buflen); in getHexData()
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 258 #define realloc(addr, osize, nsize) realloc_impl(addr, osize, nsize) macro 278 #define realloc(addr, osize, nsize) realloc_impl(addr, osize, nsize) macro 290 nmem = (realloc)(addr, nsize); in realloc_impl() 2438 tmpbuf = (unsigned char *)realloc(tmpbuf, oldsize, tmpbuflen); in getCFEncodedData() 2504 start = (unsigned char *)realloc(start, oldsize, buflen); in getHexData()
|
| /xnu-11215/bsd/netinet/ |
| H A D | dhcp_options.c | 70 realloc(ptr, new_n * sizeof(type)))
|
| /xnu-11215/bsd/nfs/ |
| H A D | xdr_subs.h | 306 buf = realloc(oldbuf, new_size); in xb_realloc()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOMemoryDescriptor.h | 1121 IOMemoryReference * realloc);
|
| /xnu-11215/libsyscall/wrappers/spawn/ |
| H A D | posix_spawn.c | 1001 acts = realloc(acts, newsize); in posix_spawn_growportactions_np() 1586 if ((new_psacts = (_posix_spawn_file_actions_t)realloc((*psactsp), newsize)) == NULL) { in _posix_spawn_file_actions_grow()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 438 IOGeneralMemoryDescriptor::memoryReferenceAlloc(uint32_t capacity, IOMemoryReference * realloc) in memoryReferenceAlloc() argument 443 if (realloc) { in memoryReferenceAlloc() 444 oldCapacity = realloc->capacity; in memoryReferenceAlloc() 451 oldCapacity, capacity, realloc, Z_WAITOK_ZERO); in memoryReferenceAlloc()
|