Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/data_structures/
Dfixed_size_allocator.defn.h75 FruitAssert(remaining_types[getTypeId<AnnotatedT>()] != 0); in constructObject()
76 remaining_types[getTypeId<AnnotatedT>()]--; in constructObject()
107 remaining_types = allocator_data.types; in FixedSizeAllocator()
109 for (auto x : remaining_types) { in FixedSizeAllocator()
121 std::swap(remaining_types, x.remaining_types); in FixedSizeAllocator()
130 std::swap(remaining_types, x.remaining_types);
Dfixed_size_allocator.h47 std::unordered_map<TypeId, std::size_t> remaining_types; variable