Home
last modified time | relevance | path

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

/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() argument
131 struct fake_mallinfo res; in INTERCEPTOR()
178 fake_mallinfo (*mallinfo)(void);
/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() argument
120 struct fake_mallinfo res; in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp168 struct fake_mallinfo { struct
172 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument
173 struct fake_mallinfo res; in INTERCEPTOR()