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

12

/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Delf_dem.h67 /* Make sure that realloc isn't called inadvertantly.
69 #define realloc __can_not_use_realloc_in_elf__ macro
/illumos-gate/usr/src/stand/lib/sa/
H A Dmalloc.c63 realloc(void *oldaddr, size_t size) function
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.h75 #define realloc(a, s) my_realloc(a, s, __FILE__, __LINE__) macro
/illumos-gate/usr/src/lib/libumem/common/
H A Dmalloc.c238 * This is used by free() and realloc() to process buffers.
354 do_free? "free" : "realloc", buf_arg, message);
391 realloc(void *buf_arg, size_t newsize) function
/illumos-gate/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c252 * old malloc man page, it realloc's an already freed block. Usually
259 * however many bytes was given to realloc() and hope it's not huge.
264 realloc(void *cp, size_t nbytes) function
/illumos-gate/usr/src/lib/libmapmalloc/common/
H A Dtextmem.c36 * Simplified version of malloc(), free() and realloc(), to be linked with
157 realloc(void *ptr, size_t size) function
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dmalloc.c231 realloc(void *ptr, size_t size) function
272 * requires a realloc(), which would recurse back here, resulting in an
/illumos-gate/usr/src/cmd/sh/
H A Dblok.c295 * This is a really hasty hack at putting realloc() in the shell, along
299 * implementation of realloc, assuming it actually gets used by anything.
313 realloc(pp, nbytes) function
318 realloc(pp, nbytes)
/illumos-gate/usr/src/cmd/spell/
H A Dmalloc.c77 static union store *allocx; /*for benefit of realloc*/
195 /* realloc(p, nbytes) reallocates a block obtained from malloc()
202 realloc(pp, nbytes) function
/illumos-gate/usr/src/man/man3malloc/
H A DMakefile36 realloc.3malloc \
50 realloc.3malloc := LINKSRC = malloc.3malloc
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c33 * Memory management: malloc(), realloc(), free().
296 * realloc().
302 realloc(void *old, size_t size) function
484 * than malloc/realloc and the tree searches performed by these
848 * until the next malloc or realloc. At that time, all the
851 * remain undisturbed until the next malloc or realloc.
900 * realloc() should work if it is called with a pointer
902 * realloc(). If cleanfree() is called from realloc(), ptr
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c56 * use level memory allocater (malloc, free, realloc)
58 * -malloc, free, realloc and mallopt form a memory allocator
59 * similar to malloc, free, and realloc. The routines
204 static int realloc; local
237 realloc++;
716 * realloc(ptr, size) - give the user a block of size "size", with
721 realloc(void *ptr, size_t size) function
733 * realloc_unlocked(ptr) - Do the real work for realloc()
893 * realloc, or calloc. Value is ignored.
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h187 extern Void_t* realloc _ARG_(( Void_t*, size_t ));
235 #undef realloc macro
244 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) macro
256 #define realloc(d,s) ( _VMFL_(Vmregion), (realloc)((Void_t*)(d),(size_t)(s)) )
270 #define realloc(d,s) ( _VMFL_(Vmregion), _VMNM_(reallo,/,*,*,/,c)\
/illumos-gate/usr/src/lib/libast/common/include/
H A Dvmalloc.h187 extern Void_t* realloc _ARG_(( Void_t*, size_t ));
235 #undef realloc macro
244 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) macro
256 #define realloc(d,s) ( _VMFL_(Vmregion), (realloc)((Void_t*)(d),(size_t)(s)) )
270 #define realloc(d,s) ( _VMFL_(Vmregion), _VMNM_(reallo,/,*,*,/,c)\
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h187 extern Void_t* realloc _ARG_(( Void_t*, size_t ));
235 #undef realloc macro
244 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) macro
256 #define realloc(d,s) ( _VMFL_(Vmregion), (realloc)((Void_t*)(d),(size_t)(s)) )
270 #define realloc(d,s) ( _VMFL_(Vmregion), _VMNM_(reallo,/,*,*,/,c)\
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h187 extern Void_t* realloc _ARG_(( Void_t*, size_t ));
235 #undef realloc macro
244 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) macro
256 #define realloc(d,s) ( _VMFL_(Vmregion), (realloc)((Void_t*)(d),(size_t)(s)) )
270 #define realloc(d,s) ( _VMFL_(Vmregion), _VMNM_(reallo,/,*,*,/,c)\
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h187 extern Void_t* realloc _ARG_(( Void_t*, size_t ));
235 #undef realloc macro
244 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) macro
256 #define realloc(d,s) ( _VMFL_(Vmregion), (realloc)((Void_t*)(d),(size_t)(s)) )
270 #define realloc(d,s) ( _VMFL_(Vmregion), _VMNM_(reallo,/,*,*,/,c)\
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmalloc.c731 * realloc(ptr, nbytes)
748 * ptr = realloc(ptr,nbytes);
753 realloc(ptr_t ptr, uint nbytes) function
785 error("realloc: illegal address (%#x)\n", ptr);
797 error("realloc: bad block size (%d) at %#x\n",
846 error("realloc: bad blocksize(%d) at %#x\n",
909 } /* realloc */
913 * *** The following code was pulled out of realloc() ***
950 error("realloc: bad block size (%d) at %#x\n",
1016 error("realloc
[all...]
/illumos-gate/usr/src/cmd/sgs/include/
H A Dsgs.h211 #define realloc libld_realloc macro
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c33 * Memory management: malloc(), realloc(), free(), memalign().
282 * realloc().
287 realloc(void *old, size_t size) function
476 * than malloc/realloc and the tree searches performed by these
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c36 #define realloc ______realloc macro
66 #undef realloc macro
67 #define realloc _ast_realloc macro
155 #undef realloc macro
271 extern Void_t* realloc(reg Void_t* data, reg size_t size) function
273 extern Void_t* realloc(data,size)
279 #undef realloc macro
281 extern Void_t* realloc(Void_t*, size_t);
283 extern Void_t* realloc();
297 return realloc(dat
583 #undef realloc macro
584 #define realloc macro
693 #undef realloc macro
733 #define realloc macro
[all...]
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsaslplug.h79 sasl_realloc_t *realloc; member in struct:sasl_utils
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslint.h331 sasl_realloc_t *realloc; member in struct:sasl_allocation_utils
465 (gctx->sasl_allocation_utils.realloc((__ptr__), (__size__)))
469 #define sasl_sun_REALLOC(__ptr__, __size__) (realloc((__ptr__), (__size__)))
482 (_sasl_allocation_utils.realloc((__ptr__), (__size__)))
608 /* Basically a conditional call to realloc(), if we need more */
620 /* Basically a conditional call to realloc(), if we need more */
/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c250 realloc(void * ptr, size_t bytes) function
271 * q = realloc(p, 64);
290 * to realloc() is not allowed - unless the caller specifically states
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h255 extern void *realloc(void *ptr, size_t size);
415 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__) macro
420 #define realloc(x, y) Realloc(x, y, NULL, 0) macro

Completed in 107 milliseconds

12