HomeSort by relevance Sort by last modified time
    Searched defs:realloc (Results 1 - 25 of 35) sorted by null

1 2

  /onnv/onnv-gate/usr/src/stand/lib/sa/
malloc.c 63 realloc(void *oldaddr, size_t size) function
  /onnv/onnv-gate/usr/src/cmd/sgs/libelf/misc/
elf_dem.h 67 /* Make sure that realloc isn't called inadvertantly.
69 #define realloc __can_not_use_realloc_in_elf__ macro
  /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/
debug_alloc.h 75 #define realloc(a, s) my_realloc(a, s, __FILE__, __LINE__) macro
  /onnv/onnv-gate/usr/src/lib/libumem/common/
malloc.c 231 * This is used by free() and realloc() to process buffers.
347 do_free? "free" : "realloc", buf_arg, message);
384 realloc(void *buf_arg, size_t newsize) function
  /onnv/onnv-gate/usr/src/cmd/spell/
malloc.c 77 static union store *allocx; /*for benefit of realloc*/
195 /* realloc(p, nbytes) reallocates a block obtained from malloc()
202 realloc(pp, nbytes) function
  /onnv/onnv-gate/usr/src/lib/libbsdmalloc/common/
malloc.bsd43.c 252 * 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
  /onnv/onnv-gate/usr/src/lib/libmapmalloc/common/
textmem.c 36 * Simplified version of malloc(), free() and realloc(), to be linked with
157 realloc(void *ptr, size_t size) function
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
malloc.c 219 realloc(void *ptr, size_t size) function
260 * requires a realloc(), which would recurse back here, resulting in an
  /onnv/onnv-gate/usr/src/cmd/sh/
blok.c 295 * 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)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
sdbm.h 179 # define realloc Perl_realloc macro
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
malloc.c 33 * 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
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
malloc.c 731 * 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: block %#x straddles free block boundary\n", oldblk)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libmalloc/common/
malloc.c 57 * use level memory allocater (malloc, free, realloc)
59 * -malloc, free, realloc and mallopt form a memory allocator
60 * similar to malloc, free, and realloc. The routines
205 static int realloc; local
238 realloc++;
717 * realloc(ptr, size) - give the user a block of size "size", with
722 realloc(void *ptr, size_t size) function
734 * realloc_unlocked(ptr) - Do the real work for realloc()
882 * realloc, or calloc. Value is ignored.
  /onnv/onnv-gate/usr/src/cmd/sgs/include/
sgs.h 183 #define realloc libld_realloc macro
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
vmalloc.h 182 extern Void_t* realloc _ARG_(( Void_t*, size_t ));
230 #undef realloc macro
239 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) macro
251 #define realloc(d,s) ( _VMFL_(Vmregion), (realloc)((Void_t*)(d),(size_t)(s)) )
265 #define realloc(d,s) ( _VMFL_(Vmregion), _VMNM_(reallo,/,*,*,/,c)\
  /onnv/onnv-gate/usr/src/lib/libast/common/include/
vmalloc.h 182 extern Void_t* realloc _ARG_(( Void_t*, size_t ));
230 #undef realloc macro
239 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) macro
251 #define realloc(d,s) ( _VMFL_(Vmregion), (realloc)((Void_t*)(d),(size_t)(s)) )
265 #define realloc(d,s) ( _VMFL_(Vmregion), _VMNM_(reallo,/,*,*,/,c)\
  /onnv/onnv-gate/usr/src/lib/libast/common/vmalloc/
malloc.c 36 #define realloc ______realloc macro
66 #undef realloc macro
67 #define realloc _ast_realloc macro
130 #undef realloc macro
445 extern Void_t* realloc(reg Void_t* data, reg size_t size) function
447 extern Void_t* realloc(data,size)
453 #undef realloc macro
455 extern Void_t* realloc(Void_t*, size_t);
457 extern Void_t* realloc();
471 return realloc(data, size)
757 #undef realloc macro
758 #define realloc macro
867 #undef realloc macro
907 #define realloc macro
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
vmalloc.h 182 extern Void_t* realloc _ARG_(( Void_t*, size_t ));
230 #undef realloc macro
239 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) macro
251 #define realloc(d,s) ( _VMFL_(Vmregion), (realloc)((Void_t*)(d),(size_t)(s)) )
265 #define realloc(d,s) ( _VMFL_(Vmregion), _VMNM_(reallo,/,*,*,/,c)\
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
vmalloc.h 182 extern Void_t* realloc _ARG_(( Void_t*, size_t ));
230 #undef realloc macro
239 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) macro
251 #define realloc(d,s) ( _VMFL_(Vmregion), (realloc)((Void_t*)(d),(size_t)(s)) )
265 #define realloc(d,s) ( _VMFL_(Vmregion), _VMNM_(reallo,/,*,*,/,c)\
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
vmalloc.h 182 extern Void_t* realloc _ARG_(( Void_t*, size_t ));
230 #undef realloc macro
239 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) macro
251 #define realloc(d,s) ( _VMFL_(Vmregion), (realloc)((Void_t*)(d),(size_t)(s)) )
265 #define realloc(d,s) ( _VMFL_(Vmregion), _VMNM_(reallo,/,*,*,/,c)\
  /onnv/onnv-gate/usr/src/lib/watchmalloc/common/
malloc.c 33 * 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
  /onnv/onnv-gate/usr/src/lib/libsasl/include/
saslplug.h 79 sasl_realloc_t *realloc; member in struct:sasl_utils
  /onnv/onnv-gate/usr/src/lib/libsasl/lib/
saslint.h 344 sasl_realloc_t *realloc; member in struct:sasl_allocation_utils
478 (gctx->sasl_allocation_utils.realloc((__ptr__), (__size__)))
482 #define sasl_sun_REALLOC(__ptr__, __size__) (realloc((__ptr__), (__size__)))
495 (_sasl_allocation_utils.realloc((__ptr__), (__size__)))
621 /* Basically a conditional call to realloc(), if we need more */
633 /* Basically a conditional call to realloc(), if we need more */
  /onnv/onnv-gate/usr/src/lib/libmtmalloc/common/
mtmalloc.c 250 realloc(void * ptr, size_t bytes) function
271 * q = realloc(p, 64);
290 * to realloc() is not allowed - unless the caller specifically states
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
XSUB.h 452 # define realloc PerlMem_realloc macro

Completed in 3419 milliseconds

1 2