/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | realloc.c | 0 /* realloc() function that is glibc compatible. 23 /* Only the AC_FUNC_REALLOC macro defines 'realloc' already in config.h. */ 24 #ifdef realloc 26 /* Whereas the gnulib module 'realloc-gnu' defines HAVE_REALLOC_GNU. */ 37 /* Below we want to call the system's malloc and realloc. 39 declaration of malloc(), not of rpl_malloc(), and likewise for realloc. */ 41 #undef realloc macro 48 /* Below we want to call the system's malloc and realloc. 52 #undef realloc macro 68 /* In theory realloc migh [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/ |
H A D | stdlib.h | 44 realloc (void *ptr, grub_size_t size) function
|
/osnet-11/usr/src/lib/libmapmalloc/common/ |
H A D | textmem.c | 33 * Simplified version of malloc(), free() and realloc(), to be linked with 154 realloc(void *ptr, size_t size) function
|
/osnet-11/usr/src/lib/libbsdmalloc/common/ |
H A D | malloc.bsd43.c | 250 * old malloc man page, it realloc's an already freed block. Usually 257 * however many bytes was given to realloc() and hope it's not huge. 262 realloc(void *cp, size_t nbytes) function
|
/osnet-11/usr/src/lib/libumem/common/ |
H A D | malloc.c | 228 * This is used by free() and realloc() to process buffers. 344 do_free? "free" : "realloc", buf_arg, message); 381 realloc(void *buf_arg, size_t newsize) function
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/ |
H A D | sdbm.h | 179 # define realloc Perl_realloc macro
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | malloc.c | 31 * Memory management: malloc(), realloc(), free(). 294 * realloc(). 300 realloc(void *old, size_t size) function 486 * than malloc/realloc and the tree searches performed by these 850 * until the next malloc or realloc. At that time, all the 853 * remain undisturbed until the next malloc or realloc. 904 * realloc() should work if it is called with a pointer 906 * realloc(). If cleanfree() is called from realloc(), ptr
|
/osnet-11/usr/src/lib/libmalloc/common/ |
H A D | malloc.c | 55 * use level memory allocater (malloc, free, realloc) 57 * -malloc, free, realloc and mallopt form a memory allocator 58 * similar to malloc, free, and realloc. The routines 203 static int realloc; local 236 realloc++; 715 * realloc(ptr, size) - give the user a block of size "size", with 720 realloc(void *ptr, size_t size) function 732 * realloc_unlocked(ptr) - Do the real work for realloc() 883 * realloc, or calloc. Value is ignored.
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | vmalloc.h | 188 extern Void_t* realloc _ARG_(( Void_t*, size_t )); 238 #undef realloc macro 247 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) macro 259 #define realloc(d,s) ( _VMFL_(Vmregion), (realloc)((Void_t*)(d),(size_t)(s)) ) 273 #define realloc(d,s) ( _VMFL_(Vmregion), _VMNM_(reallo,/,*,*,/,c)\
|
H A D | ast_map.h | 435 #undef realloc macro 436 #define realloc _ast_realloc macro 437 extern __MANGLE__ __V_* realloc __PROTO__((__V_*, size_t));
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | vmalloc.h | 188 extern Void_t* realloc _ARG_(( Void_t*, size_t )); 238 #undef realloc macro 247 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) macro 259 #define realloc(d,s) ( _VMFL_(Vmregion), (realloc)((Void_t*)(d),(size_t)(s)) ) 273 #define realloc(d,s) ( _VMFL_(Vmregion), _VMNM_(reallo,/,*,*,/,c)\
|
/osnet-11/usr/src/lib/libast/common/vmalloc/ |
H A D | malloc.c | 36 #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...] |
H A D | vmhdr.h | 98 #define _std_malloc 1 /* do not define malloc/free/realloc */ 359 #undef realloc macro
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | vmalloc.h | 188 extern Void_t* realloc _ARG_(( Void_t*, size_t )); 238 #undef realloc macro 247 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) macro 259 #define realloc(d,s) ( _VMFL_(Vmregion), (realloc)((Void_t*)(d),(size_t)(s)) ) 273 #define realloc(d,s) ( _VMFL_(Vmregion), _VMNM_(reallo,/,*,*,/,c)\
|
H A D | ast_map.h | 435 #undef realloc macro 436 #define realloc _ast_realloc macro 437 extern __MANGLE__ __V_* realloc __PROTO__((__V_*, size_t));
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | vmalloc.h | 188 extern Void_t* realloc _ARG_(( Void_t*, size_t )); 238 #undef realloc macro 247 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) macro 259 #define realloc(d,s) ( _VMFL_(Vmregion), (realloc)((Void_t*)(d),(size_t)(s)) ) 273 #define realloc(d,s) ( _VMFL_(Vmregion), _VMNM_(reallo,/,*,*,/,c)\
|
H A D | ast_map.h | 435 #undef realloc macro 436 #define realloc _ast_realloc macro 437 extern __MANGLE__ __V_* realloc __PROTO__((__V_*, size_t));
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | vmalloc.h | 188 extern Void_t* realloc _ARG_(( Void_t*, size_t )); 238 #undef realloc macro 247 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) macro 259 #define realloc(d,s) ( _VMFL_(Vmregion), (realloc)((Void_t*)(d),(size_t)(s)) ) 273 #define realloc(d,s) ( _VMFL_(Vmregion), _VMNM_(reallo,/,*,*,/,c)\
|
/osnet-11/usr/src/lib/watchmalloc/common/ |
H A D | malloc.c | 30 * Memory management: malloc(), realloc(), free(), memalign(). 279 * realloc(). 284 realloc(void *old, size_t size) function 477 * than malloc/realloc and the tree searches performed by these
|
/osnet-11/usr/src/lib/libsasl/include/ |
H A D | saslplug.h | 76 sasl_realloc_t *realloc; member in struct:sasl_utils
|
/osnet-11/usr/src/lib/libsasl/lib/ |
H A D | 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 */
|
/osnet-11/usr/src/lib/libmtmalloc/common/ |
H A D | mtmalloc.c | 342 realloc(void * ptr, size_t bytes) function 363 * q = realloc(p, 64); 382 * to realloc() is not allowed - unless the caller specifically states
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | XSUB.h | 452 # define realloc PerlMem_realloc macro
|
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 414 #undef realloc macro 415 #define realloc _ast_realloc macro 416 extern __MANGLE__ __V_* realloc __PROTO__((__V_*, size_t));
|
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 414 #undef realloc macro 415 #define realloc _ast_realloc macro 416 extern __MANGLE__ __V_* realloc __PROTO__((__V_*, size_t));
|