Home
last modified time | relevance | path

Searched refs:real_malloc (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/dports/devel/lmdbg/lmdbg-1.3.0/liblmdbg/
H A Dlmdbg.c192 if (!real_malloc) in init_fun_ptrs()
194 if (!real_malloc) in init_fun_ptrs()
473 if (real_malloc){ in lmdbg_startup()
506 if (!real_malloc){ in malloc()
516 p = real_malloc (s); in malloc()
530 return real_malloc (s); in malloc()
540 if (!real_malloc){ in realloc()
575 if (!real_malloc){ in free()
605 if (!real_malloc){ in calloc()
638 if (!real_malloc){ in posix_memalign()
[all …]
/dports/www/netsurf/netsurf-3.10/test/
H A Dmalloc_fig.c45 static void* (*real_malloc)(size_t) = NULL; in malloc() local
48 if (real_malloc == NULL) { in malloc()
49 real_malloc = dlsym(RTLD_NEXT, "malloc"); in malloc()
53 p = real_malloc(size); in malloc()
/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/
H A Ddebug_rt_alloc.c48 static void * (*real_malloc) (size_t) = NULL; in malloc() local
49 if (!real_malloc) { in malloc()
51 real_malloc = dlsym (RTLD_NEXT, "malloc"); in malloc()
62 return real_malloc (s); in malloc()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-prof/
H A Dindir-call-prof-malloc.c26 static void* (*real_malloc)(size_t) = NULL; in malloc() local
27 if (!real_malloc) in malloc()
28 real_malloc = dlsym(RTLD_NEXT, "malloc"); in malloc()
30 void *p = real_malloc (size); in malloc()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-prof/
H A Dindir-call-prof-malloc.c26 static void* (*real_malloc)(size_t) = NULL; in malloc() local
27 if (!real_malloc) in malloc()
28 real_malloc = dlsym(RTLD_NEXT, "malloc"); in malloc()
30 void *p = real_malloc (size); in malloc()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-prof/
H A Dindir-call-prof-malloc.c26 static void* (*real_malloc)(size_t) = NULL; in malloc() local
27 if (!real_malloc) in malloc()
28 real_malloc = dlsym(RTLD_NEXT, "malloc"); in malloc()
30 void *p = real_malloc (size); in malloc()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/tree-prof/
H A Dindir-call-prof-malloc.c26 static void* (*real_malloc)(size_t) = NULL; in malloc() local
27 if (!real_malloc) in malloc()
28 real_malloc = dlsym(RTLD_NEXT, "malloc"); in malloc()
30 void *p = real_malloc (size); in malloc()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/regress/
H A Dmalloc.c69 static void *(*real_malloc)(size_t size) = NULL; variable
92 real_malloc = dlsym(RTLD_NEXT, "malloc"); in init()
93 if (!real_malloc) in init()
135 ret = real_malloc(size); in malloc()
/dports/archivers/libzip/libzip-1.7.3/regress/
H A Dmalloc.c69 static void *(*real_malloc)(size_t size) = NULL; variable
92 real_malloc = dlsym(RTLD_NEXT, "malloc"); in init()
93 if (!real_malloc) in init()
135 ret = real_malloc(size); in malloc()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/core/test/
H A Drun-malloc-speed.c25 static inline void *real_malloc(size_t size) in real_malloc() function
80 void **p = real_malloc(sizeof(void*)*NUM_ALLOCS); in main()
85 skiboot_heap.start = (unsigned long)real_malloc(skiboot_heap.len); in main()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/core/test/
H A Drun-malloc-speed.c30 static inline void *real_malloc(size_t size) in real_malloc() function
83 void **p = real_malloc(sizeof(void*)*NUM_ALLOCS); in main()
88 skiboot_heap.start = (unsigned long)real_malloc(skiboot_heap.len); in main()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/core/test/
H A Drun-malloc-speed.c25 static inline void *real_malloc(size_t size) in real_malloc() function
80 void **p = real_malloc(sizeof(void*)*NUM_ALLOCS); in main()
85 skiboot_heap.start = (unsigned long)real_malloc(skiboot_heap.len); in main()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/core/test/
H A Drun-malloc-speed.c25 static inline void *real_malloc(size_t size) in real_malloc() function
80 void **p = real_malloc(sizeof(void*)*NUM_ALLOCS); in main()
85 skiboot_heap.start = (unsigned long)real_malloc(skiboot_heap.len); in main()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/core/test/
H A Drun-malloc-speed.c25 static inline void *real_malloc(size_t size) in to_value()
80 void **p = real_malloc(sizeof(void*)*NUM_ALLOCS);
85 skiboot_heap.start = (unsigned long)real_malloc(skiboot_heap.len);
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/core/test/
H A Drun-malloc-speed.c14 static inline void *real_malloc(size_t size) in real_malloc() function
69 void **p = real_malloc(sizeof(void*)*NUM_ALLOCS); in main()
74 skiboot_heap.start = (unsigned long)real_malloc(skiboot_heap.len); in main()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/core/test/
H A Drun-malloc-speed.c25 static inline void *real_malloc(size_t size) in real_malloc() function
80 void **p = real_malloc(sizeof(void*)*NUM_ALLOCS); in main()
85 skiboot_heap.start = (unsigned long)real_malloc(skiboot_heap.len); in main()
/dports/lang/mono/mono-5.10.1.57/libgc/
H A Dreal_malloc.c27 char * real_malloc(size_t size) in real_malloc() function
29 char * real_malloc() in real_malloc()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/boehm-gc/
H A Dreal_malloc.c27 char * real_malloc(size_t size) in real_malloc() function
29 char * real_malloc() in real_malloc()
/dports/lang/gnat_util/gcc-6-20180516/boehm-gc/
H A Dreal_malloc.c27 char * real_malloc(size_t size) in real_malloc() function
29 char * real_malloc() in real_malloc()
/dports/lang/gcc48/gcc-4.8.5/boehm-gc/
H A Dreal_malloc.c27 char * real_malloc(size_t size) in real_malloc() function
29 char * real_malloc() in real_malloc()
/dports/devel/mingw32-gcc/gcc-4.8.1/boehm-gc/
H A Dreal_malloc.c27 char * real_malloc(size_t size) in real_malloc() function
29 char * real_malloc() in real_malloc()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dreal_malloc.c27 char * real_malloc(size_t size) in real_malloc() function
29 char * real_malloc() in real_malloc()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dreal_malloc.c27 char * real_malloc(size_t size) in real_malloc() function
29 char * real_malloc() in real_malloc()
/dports/textproc/chpp/chpp-0.3.5/gc/
H A Dreal_malloc.c27 char * real_malloc(size_t size) in real_malloc() function
29 char * real_malloc() in real_malloc()
/dports/lang/gcc6-aux/gcc-6-20180516/boehm-gc/
H A Dreal_malloc.c27 char * real_malloc(size_t size) in real_malloc() function
29 char * real_malloc() in real_malloc()

12345678910>>...14