Searched defs:malloc (Results 1 - 25 of 47) sorted by last modified time

12

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h111 void *(*malloc)(int); member in struct:sqlite3_api_routines
/freebsd-11-stable/usr.sbin/unbound/
H A Dconfig.h1372 # define malloc(s) unbound_stat_malloc_log(s, __FILE__, __LINE__, __func__) macro
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_db.c2483 #undef malloc /* XXX: ugly */ macro
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h165 #define malloc(size) _malloc_dbg((size), KMP_MEM_BLOCK, __FILE__, __LINE__) macro
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp97 void *malloc(size_t size) { function
[all...]
H A Dasan_malloc_linux.cpp251 void *(*malloc)(uptr bytes); member in struct:MallocDebugK
263 void *(*malloc)(uptr bytes); member in struct:MallocDebugL
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h363 __device__ static inline void *malloc(size_t __size) { function in namespace:std
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp27 INTERCEPTOR_ATTRIBUTE void *malloc(size_t size) { function
/freebsd-11-stable/contrib/unbound/util/
H A Dalloc.h193 # define malloc(s) unbound_stat_malloc_lite(s, __FILE__, __LINE__, __func__) macro
H A Dalloc.c372 #undef malloc macro
512 #undef malloc macro
[all...]
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-host.c49 #undef malloc macro
55 #undef malloc macro
/freebsd-11-stable/contrib/unbound/compat/
H A Dmalloc.c5 #undef malloc macro
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.h452 # define malloc tcsh_malloc macro
H A Dtc.alloc.c57 # define malloc fmalloc macro
177 malloc(size_t nbytes) function
[all...]
H A Dsh.h327 # define malloc __malloc macro
332 # undef malloc macro
483 # define malloc lint_malloc macro
/freebsd-11-stable/sys/kern/
H A Dsubr_inflate.c54 #define malloc(x, y, z) kzipmalloc((x)) macro
H A Dkern_malloc.c436 malloc(unsigned long size, struct malloc_type *mtp, int flags) function
[all...]
H A Dsubr_blist.c116 #define malloc(a,b,c) calloc(a, 1) macro
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos.h640 #define malloc OS_DO_NOT_USE_malloc macro
/freebsd-11-stable/stand/libsa/
H A Dstand.h437 #define malloc(x) Malloc(x, __FILE__, __LINE__) macro
442 #define malloc(x) Malloc(x, NULL, 0) macro
H A Dzalloc_malloc.c49 #undef malloc macro
/freebsd-11-stable/bin/sh/
H A Doptions.h38 unsigned char malloc; /* if parameter list dynamically allocated */ member in struct:shparam
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c52 #define malloc(size, type, flags) malloc(size) macro
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h489 #undef malloc macro
490 #define malloc(s,x,f) usb_malloc(s) macro
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_malloc.h34 void *(*malloc)(size_t); member in struct:ck_malloc

Completed in 411 milliseconds

12