Home
last modified time | relevance | path

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

/third_party/boost/libs/core/test/
Dallocator_deallocate_test.cpp27 boost::allocator_deallocate(a, 0, 5); in main()
/third_party/boost/libs/core/doc/
Dallocator_access.qbk147 void allocator_deallocate(A& a, allocator_pointer_t<A> p,
215 [[`template<class A> void allocator_deallocate(A& a, allocator_pointer_t<A> p,
/third_party/boost/boost/core/
Dallocator_access.hpp302 allocator_deallocate(A& a, typename allocator_pointer<A>::type p, in allocator_deallocate() function
/third_party/boost/boost/wave/util/
Dflex_string.hpp543 boost::allocator_deallocate(static_cast<A&>(*this), static_cast<E*>(p), sz); in Free()