/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_hip_runtime_wrapper.h | 57 static inline __device__ void *malloc(size_t __size) { in malloc() function 62 static inline __device__ void *malloc(size_t __size) { in malloc() function
|
/netbsd-src/external/gpl2/diffutils/dist/m4/ |
H A D | malloc.m4 | 31 AC_DEFINE(malloc, rpl_malloc, definition
|
/netbsd-src/sys/external/isc/libsodium/include/ |
H A D | stdlib.h | 5 #define malloc(size) __malloc_should_not_be_used macro
|
/netbsd-src/external/bsd/ntp/dist/sntp/unity/ |
H A D | unity_fixture_malloc_overrides.h | 13 #define malloc unity_malloc macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gengtype-lex.l | 32 #define malloc xmalloc macro
|
/netbsd-src/sys/arch/ia64/stand/ia64/ski/ |
H A D | main.c | 63 static char malloc[512*1024]; in ski_main() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gengtype-lex.l | 32 #define malloc xmalloc macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/proto/ |
H A D | gc.d | 8 import cstdlib = core.stdc.stdlib : calloc, free, malloc, realloc; variable 102 void* malloc(size_t size, uint bits, const scope TypeInfo ti) nothrow in malloc() function
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | aslparser.y | 74 #define malloc AslLocalAllocate macro
|
/netbsd-src/sys/sys/ |
H A D | malloc.h | 70 #define malloc(size, type, flags) kern_malloc(size, flags) macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/manual/ |
H A D | gc.d | 26 import cstdlib = core.stdc.stdlib : calloc, free, malloc, realloc; variable 100 void* malloc(size_t size, uint bits, const TypeInfo ti) nothrow in malloc() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/ |
H A D | instrumented_alloc.c | 52 #define malloc instrumented_malloc macro
|
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
H A D | instrumented_alloc.c | 52 #define malloc instrumented_malloc macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/manual/ |
H A D | gc.d | 33 import cstdlib = core.stdc.stdlib : calloc, free, malloc, realloc; variable 115 void* malloc(size_t size, uint bits, const TypeInfo ti) nothrow in malloc() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_malloc_linux.cpp | 65 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() argument 170 void *(*malloc)(uptr bytes); member 182 void *(*malloc)(uptr bytes); member
|
/netbsd-src/bin/sh/ |
H A D | options.h | 39 unsigned char malloc; /* if parameter list dynamically allocated */ member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
H A D | region.d | 51 void* malloc(size_t nbytes) in malloc() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_malloc_linux.cc | 139 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() argument 242 void *(*malloc)(uptr bytes); member 254 void *(*malloc)(uptr bytes); member
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_malloc_linux.cc | 141 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() argument 244 void *(*malloc)(uptr bytes); member 256 void *(*malloc)(uptr bytes); member
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/ |
H A D | gc.d | 44 import cstdlib = core.stdc.stdlib : calloc, free, malloc, realloc; variable
|
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | xmalloc.h | 58 #define malloc USE_XMALLOC_INSTEAD_OF_MALLOC macro
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | dbe_memmgr.c | 68 malloc (size_t size) in malloc() function
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | dbe_memmgr.c | 68 malloc (size_t size) in malloc() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/conservative/ |
H A D | gc.d | 42 import cstdlib = core.stdc.stdlib : calloc, free, malloc, realloc; variable
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | acx_nlnetlabs.m4 | 1149 AC_DEFINE_UNQUOTED([malloc], [rpl_malloc_$1], [Define if replacement function should be used.])] , definition 1154 AC_DEFINE_UNQUOTED([malloc], [rpl_malloc_$1], [Define if replacement function should be used.])] ) definition
|