Searched refs:__real_malloc (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | dbe_memmgr.c | 43 static void *(*__real_malloc)(size_t) = NULL; variable 54 __real_malloc = (void*(*)(size_t))dlsym (RTLD_NEXT, "malloc"); in init_heap_intf()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | dbe_memmgr.c | 43 static void *(*__real_malloc)(size_t) = NULL; variable 54 __real_malloc = (void*(*)(size_t))dlsym (RTLD_NEXT, "malloc"); in init_heap_intf()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | heaptrace.c | 88 static void *(*__real_malloc)(size_t) = NULL; variable 238 __real_malloc = (void*(*)(size_t))dlsym (RTLD_NEXT, "malloc"); in init_heap_intf() 239 if (__real_malloc == NULL) in init_heap_intf() 244 __real_malloc = (void*(*)(size_t))dlsym (RTLD_DEFAULT, "malloc"); in init_heap_intf() 245 if (__real_malloc == NULL) in init_heap_intf()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | heaptrace.c | 72 static void *(*__real_malloc)(size_t) = NULL; variable 230 __real_malloc = (void*(*)(size_t))dlsym (RTLD_NEXT, "malloc"); in init_heap_intf() 231 if (__real_malloc == NULL) in init_heap_intf() 236 __real_malloc = (void*(*)(size_t))dlsym (RTLD_DEFAULT, "malloc"); in init_heap_intf() 237 if (__real_malloc == NULL) in init_heap_intf()
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ld.info | 2227 return __real_malloc (c); 2232 instead. The call to '__real_malloc' in '__wrap_malloc' will call 2235 You may wish to provide a '__real_malloc' function as well, so that 2237 you should not put the definition of '__real_malloc' in the same
|
H A D | ld.texi | 2785 return __real_malloc (c); 2791 instead. The call to @code{__real_malloc} in @code{__wrap_malloc} will 2794 You may wish to provide a @code{__real_malloc} function as well, so that 2796 you should not put the definition of @code{__real_malloc} in the same
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ld.texi | 2950 return __real_malloc (c); 2956 instead. The call to @code{__real_malloc} in @code{__wrap_malloc} will 2959 You may wish to provide a @code{__real_malloc} function as well, so that 2961 you should not put the definition of @code{__real_malloc} in the same
|
H A D | ld.info | 2370 return __real_malloc (c); 2375 instead. The call to ‘__real_malloc’ in ‘__wrap_malloc’ will call 2378 You may wish to provide a ‘__real_malloc’ function as well, so that 2380 you should not put the definition of ‘__real_malloc’ in the same
|