Home
last modified time | relevance | path

Searched defs:mallocs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderAllocationLimits.cpp113 size_t mallocs = 0; in TEST() local
193 size_t mallocs = 0; in TEST() local
216 size_t mallocs = 0; in TEST() local
245 size_t mallocs = 0, totalBytes = 0; in TEST() local
/aosp_15_r20/system/extras/memory_replay/tests/
H A DThreadsTest.cpp100 std::vector<memory_trace::Entry> mallocs(kAllocEntries); in TEST() local
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_stats.h28 uptr mallocs; member