Home
last modified time | relevance | path

Searched refs:mallocs (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/binder/tests/
H A DbinderAllocationLimits.cpp104 size_t mallocs = 0; in TEST() local
107 mallocs++; in TEST()
113 EXPECT_EQ(mallocs, 1); in TEST()
167 size_t mallocs = 0; in TEST() local
169 mallocs++; in TEST()
175 EXPECT_EQ(mallocs, 1); in TEST()
/aosp12/system/extras/memory_replay/tests/
H A DThreadsTest.cpp99 std::vector<AllocEntry> mallocs(kAllocEntries); in TEST() local
102 mallocs[i].type = MALLOC; in TEST()
103 mallocs[i].ptr = 0x1234 + i; in TEST()
104 mallocs[i].size = 100; in TEST()
105 thread->SetAllocEntry(&mallocs[i]); in TEST()