Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp129 struct fake_mallinfo { struct
133 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument
134 struct fake_mallinfo res; in INTERCEPTOR()
181 fake_mallinfo (*mallinfo)(void);
/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp117 struct fake_mallinfo { struct
121 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() argument
122 struct fake_mallinfo res; in INTERCEPTOR()
/openbsd/gnu/llvm/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()