Home
last modified time | relevance | path

Searched defs:malloc_size (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tysan/
H A Dtysan_interceptors.cpp112 INTERCEPTOR(uptr, malloc_size, void *ptr) { in INTERCEPTOR() argument
/freebsd/sys/kern/
H A Dkern_malloc.c1101 malloc_size(size_t size) in malloc_size() function