Searched defs:allocator_impl (Results 1 – 1 of 1) sorted by relevance
44 template<unsigned size, unsigned align_> struct allocator_impl struct46 typedef freeblock<size, align_> block;65 enum { items_per_page = BOOST_QA_PAGE_SIZE / size };69 enum { items_per_page = 512 / size }; // 1048560 / size75 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 …]