Home
last modified time | relevance | path

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

/external/swiftshader/third_party/marl/src/
Dmarl_test.h40 ASSERT_EQ(stats.numAllocations(), 0U); in TearDown()
72 ASSERT_EQ(stats.numAllocations(), 0U); in TearDown()
/external/swiftshader/third_party/marl/include/marl/
Dmemory.h250 inline size_t numAllocations() const;
276 size_t TrackedAllocator::Stats::numAllocations() const { in numAllocations() function