Home
last modified time | relevance | path

Searched defs:fake_mallinfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp115 struct fake_mallinfo { struct
119 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp126 struct fake_mallinfo { struct
130 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp168 struct fake_mallinfo { global() struct
172 INTERCEPTOR(struct fake_mallinfo,mallinfo,void) INTERCEPTOR() argument