Home
last modified time | relevance | path

Searched defs:realloc (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/stand/lib/sa/
H A Dmalloc.c63 realloc(void *oldaddr, size_t size) in realloc() function
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Delf_dem.h66 #define realloc __can_not_use_realloc_in_elf__ macro
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.h73 #define realloc(a, s) my_realloc(a, s, __FILE__, __LINE__) macro
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c204 static int realloc; in memalign() local
721 realloc(void *ptr, size_t size) in realloc() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c36 #define realloc ______realloc macro
67 #define realloc _ast_realloc macro
176 #define realloc _ast_realloc macro
530 extern Void_t* realloc(reg Void_t* data, reg size_t size) in realloc() function
912 #define realloc ______realloc macro
1068 #define realloc ______realloc macro
/illumos-gate/usr/src/cmd/sh/
H A Dblok.c313 realloc(pp, nbytes) in realloc() function
/illumos-gate/usr/src/lib/libumem/common/
H A Dmalloc.c391 realloc(void *buf_arg, size_t newsize) in realloc() function
/illumos-gate/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c263 realloc(void *cp, size_t nbytes) in realloc() function
/illumos-gate/usr/src/lib/libmapmalloc/common/
H A Dtextmem.c155 realloc(void *ptr, size_t size) in realloc() function
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dmalloc.c231 realloc(void *ptr, size_t size) in realloc() function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c300 realloc(void *old, size_t size) in realloc() function
/illumos-gate/usr/src/boot/libsa/
H A Dstand.h450 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__) macro
457 #define realloc(x, y) Realloc(x, y, NULL, 0) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h255 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) macro
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c285 realloc(void *old, size_t size) in realloc() function
/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c250 realloc(void * ptr, size_t bytes) in realloc() function
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslint.h331 sasl_realloc_t *realloc; member
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsaslplug.h77 sasl_realloc_t *realloc; member
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c2144 int realloc = 0; in dnet_alloc_bufs() local