Searched refs:alloc0 (Results 1 – 4 of 4) sorted by relevance
112 uptr alloc0 = __sanitizer_get_current_allocated_bytes(); in TEST() local125 EXPECT_EQ(alloc0 + 16, __sanitizer_get_current_allocated_bytes()); in TEST()132 EXPECT_EQ(alloc0, __sanitizer_get_current_allocated_bytes()); in TEST()
143 ANTLR_INLINE static void* alloc0( std::size_t bytes ) in alloc0() function in DefaultAllocPolicy
108 m_blist.set_bits( (ANTLR_BITWORD*) AllocPolicyType::alloc0(numelements * sizeof(ANTLR_BITWORD)));233 newBits = (ANTLR_BITWORD*) AllocPolicyType::alloc0(newSize * sizeof(ANTLR_BITWORD) );
608 m_edges = AllocPolicyType::alloc0(sizeof(BitsetType*) * (maxEdge + 1));