Searched refs:ordered_malloc (Results 1 – 8 of 8) sorted by relevance
40 BOOST_TEST((p1.ordered_malloc)(i)); in main()41 BOOST_TEST(p1.ordered_malloc(42) == 0); in main()51 BOOST_TEST((p2b.ordered_malloc)()); in main()57 BOOST_TEST((p3.ordered_malloc)(i)); in main()58 BOOST_TEST(p3.ordered_malloc(42) == 0); in main()61 BOOST_TEST((p4.ordered_malloc)()); in main()
19 void* pBlock1 = p.ordered_malloc( 1 ); in main()20 void* pBlock2 = p.ordered_malloc( 4 ); in main()
32 void* p = po.ordered_malloc(0); in main()
139 static void * ordered_malloc() in ordered_malloc() function in boost::singleton_pool143 return p.ordered_malloc(); in ordered_malloc()145 static void * ordered_malloc(const size_type n) in ordered_malloc() function in boost::singleton_pool149 return p.ordered_malloc(n); in ordered_malloc()
434 void * ordered_malloc() in ordered_malloc() function in boost::pool446 void * ordered_malloc(size_type n);791 void * pool<UserAllocator>::ordered_malloc(const size_type n) in ordered_malloc() function in boost::pool970 void * ordered_malloc() in ordered_malloc() function in boost::pool974 void * ordered_malloc(size_type n) in ordered_malloc() function in boost::pool
247 NextSize, MaxSize>::ordered_malloc(n) ); in allocate()443 UserAllocator, Mutex, NextSize, MaxSize>::ordered_malloc(n) ); in allocate()
118 return static_cast<element_type *>(store().ordered_malloc()); in BOOST_PREVENT_MACRO_SUBSTITUTION()
274 void * ordered_malloc();275 void * ordered_malloc(size_type n);398 static void * ordered_malloc();399 static void * ordered_malloc(size_type n);