Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/data_structures/
Dfixed_size_allocator.defn.h41 void FixedSizeAllocator::destroyExternalObject(void* p) { in destroyExternalObject() function
98 on_destruction.push_back(std::pair<destroy_t, void*>{destroyExternalObject<T>, p}); in registerExternallyAllocatedObject()
Dfixed_size_allocator.h61 static void destroyExternalObject(void* p);