Home
last modified time | relevance | path

Searched defs:Deallocator (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_allocator/public/pw_allocator/
Dunique_ptr.h22 class Deallocator; variable
211 friend class Deallocator; variable
Ddeallocator.h104 explicit constexpr Deallocator(const Capabilities& capabilities) in Deallocator() function
294 using Deallocator = ::pw::Deallocator; variable
/external/pigweed/pw_allocator/
Dapi.rst60 Deallocator section in Core interfaces
68 .. _module-pw_allocator-api-capabilities:
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dnode_alloc_holder.hpp106 typedef dtl::scoped_deallocator<NodeAlloc> Deallocator; typedef
/external/tensorflow/tensorflow/c/
Dc_api_test.cc128 void Deallocator(void* data, size_t, void* arg) { in Deallocator() function