Home
last modified time | relevance | path

Searched defs:allocations (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dmalloc.h88 unsigned long allocations; member
/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common.cpp932 uptr bytes = 0, allocations = 0; in PrintSummary() local