Searched refs:realloc (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/libsa/
H A Dstdlib.h75 extern void *realloc(void *, size_t);
/macosx-10.5.8/xnu-1228.15.4/libsa/libsa/
H A Dmalloc.h13 void * realloc(void * address, size_t new_size);
H A Dstdlib.h31 __private_extern__ void * realloc(void * address, size_t new_size);
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dmalloc.c183 * realloc()
190 void * realloc(void * address, size_t new_client_size) { function
198 panic("realloc: can not reallocate one of %08X size\n", new_client_size);
207 } /* realloc() */
H A Ddgraph.c352 backward_load_order = (dgraph_entry_t **)realloc(
H A Dkld_patch.c305 newData = (char *) realloc(data->fData, capacity);
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.y110 #define realloc(a, s) kern_os_realloc(a, s)
421 start = (unsigned char *)realloc(start, oldsize + OSDATA_ALLOC_SIZE);
H A DOSUnserializeXML.y134 #define realloc(a, s) kern_os_realloc(a, s)
546 tmpbuf = (unsigned char *)realloc(tmpbuf, tmpbuflen);
604 start = (unsigned char *)realloc(start, oldsize + DATA_ALLOC_SIZE);
H A DOSUnserialize.cpp127 #define realloc(a, s) kern_os_realloc(a, s) macro
1380 start = (unsigned char *)realloc(start, oldsize + OSDATA_ALLOC_SIZE);
H A DOSUnserializeXML.cpp229 #define realloc(a, s) kern_os_realloc(a, s) macro
2158 tmpbuf = (unsigned char *)realloc(tmpbuf, tmpbuflen);
2216 start = (unsigned char *)realloc(start, oldsize + DATA_ALLOC_SIZE);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Dmakedis.c1544 /* We can't use realloc because there might be pointers extant into\n\
2361 p = realloc(oldp, size);

Completed in 93 milliseconds