Searched refs:mallinfo2 (Results 1 – 3 of 3) sorted by relevance
89 // On Android, mallinfo2 is an alias of mallinfo, so don't define both.91 INTERFACE WEAK struct __scudo_mallinfo2 SCUDO_PREFIX(mallinfo2)(void) {
96 struct mallinfo2 mi;97 mi = ::mallinfo2();
269 INTERCEPTOR(__sanitizer_struct_mallinfo2, mallinfo2) { in INTERCEPTOR() argument274 # define MSAN_MAYBE_INTERCEPT_MALLINFO2 INTERCEPT_FUNCTION(mallinfo2)