Home
last modified time | relevance | path

Searched defs:malloc (Results 1 – 25 of 110) sorted by relevance

12345

/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h57 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 Dmalloc.m431 AC_DEFINE(malloc, rpl_malloc, definition
/netbsd-src/sys/external/isc/libsodium/include/
H A Dstdlib.h5 #define malloc(size) __malloc_should_not_be_used macro
/netbsd-src/external/bsd/ntp/dist/sntp/unity/
H A Dunity_fixture_malloc_overrides.h13 #define malloc unity_malloc macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype-lex.l32 #define malloc xmalloc macro
/netbsd-src/sys/arch/ia64/stand/ia64/ski/
H A Dmain.c63 static char malloc[512*1024]; in ski_main() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype-lex.l32 #define malloc xmalloc macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/proto/
H A Dgc.d8 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 Daslparser.y74 #define malloc AslLocalAllocate macro
/netbsd-src/sys/sys/
H A Dmalloc.h70 #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 Dgc.d26 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 Dinstrumented_alloc.c52 #define malloc instrumented_malloc macro
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dinstrumented_alloc.c52 #define malloc instrumented_malloc macro
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/manual/
H A Dgc.d33 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 Dasan_malloc_linux.cpp65 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 Doptions.h39 unsigned char malloc; /* if parameter list dynamically allocated */ member
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dregion.d51 void* malloc(size_t nbytes) in malloc() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cc139 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 Dasan_malloc_linux.cc141 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 Dgc.d44 import cstdlib = core.stdc.stdlib : calloc, free, malloc, realloc; variable
/netbsd-src/external/bsd/tre/dist/lib/
H A Dxmalloc.h58 #define malloc USE_XMALLOC_INSTEAD_OF_MALLOC macro
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Ddbe_memmgr.c68 malloc (size_t size) in malloc() function
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Ddbe_memmgr.c68 malloc (size_t size) in malloc() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d42 import cstdlib = core.stdc.stdlib : calloc, free, malloc, realloc; variable
/netbsd-src/external/bsd/nsd/dist/
H A Dacx_nlnetlabs.m41149 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

12345