Home
last modified time | relevance | path

Searched refs:alloc0 (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mman_test.cc112 uptr alloc0 = __sanitizer_get_current_allocated_bytes(); in TEST() local
125 EXPECT_EQ(alloc0 + 16, __sanitizer_get_current_allocated_bytes()); in TEST()
132 EXPECT_EQ(alloc0, __sanitizer_get_current_allocated_bytes()); in TEST()
/external/antlr/runtime/Cpp/include/
Dantlr3memory.hpp143 ANTLR_INLINE static void* alloc0( std::size_t bytes ) in alloc0() function in DefaultAllocPolicy
Dantlr3bitset.inl108 m_blist.set_bits( (ANTLR_BITWORD*) AllocPolicyType::alloc0(numelements * sizeof(ANTLR_BITWORD)));
233 newBits = (ANTLR_BITWORD*) AllocPolicyType::alloc0(newSize * sizeof(ANTLR_BITWORD) );
Dantlr3collections.inl608 m_edges = AllocPolicyType::alloc0(sizeof(BitsetType*) * (maxEdge + 1));