HomeSort by relevance Sort by last modified time
    Searched refs:fake_mallinfo (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 116 struct fake_mallinfo {
120 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
121 struct fake_mallinfo res;
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 112 struct fake_mallinfo { struct
116 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
117 struct fake_mallinfo res;

Completed in 6570 milliseconds