Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/detail/
Dquick_allocator.hpp44 template<unsigned size, unsigned align_> struct allocator_impl struct
46 typedef freeblock<size, align_> block;
65 enum { items_per_page = BOOST_QA_PAGE_SIZE / size };
69 enum { items_per_page = 512 / size }; // 1048560 / size
75 static lightweight_mutex & mutex() in mutex()
82 static lightweight_mutex * mutex_init;
86 static block * free;
87 static block * page;
88 static unsigned last;
90 static inline void * alloc() in alloc()
[all …]