Searched refs:allocated (Results 1 – 7 of 7) sorted by relevance
98 bool allocated = pool.malloc(16) || pool.malloc(9*1024); in TestZeroSpaceMemoryPool() local99 REQUIRE_MESSAGE(!allocated, "Allocator with no memory must not allocate anything."); in TestZeroSpaceMemoryPool()126 bool allocated = false; in TestSmallFixedSizePool() local137 allocated = pool.malloc( 16 ) || pool.malloc( 9*1024 ); in TestSmallFixedSizePool()156 allocated = pool_malloc(pool, 16) || pool_malloc(pool, 9*1024); in TestSmallFixedSizePool()163 REQUIRE_MESSAGE(allocated, "Maximal buf size should be enough to create working fixed_pool"); in TestSmallFixedSizePool()
66 if (m_type == task_type::allocated) { in operator()88 continuation->m_type = task_type::allocated; in allocate_continuation()137 allocated, enumerator161 obj->m_type = task_type::allocated; in allocate_child_impl()180 m_type = base_task::task_type::allocated;204 obj->m_type = base_task::task_type::allocated; in allocate_root_task()
21 - Destructor. Frees all the allocated memory.23 - Frees all the allocated memory.25 - Returns a pointer to ``n`` bytes allocated from the memory pool.
10 both ``serial_in_order``, the items can be allocated and freed via a17 and items will be freed in the order that they were allocated. Hence by22 not be retired in the same order they were allocated.
36 a separate cache line. Two objects allocated by38 However, if an object is allocated by ``cache_aligned_allocator`` and39 another object is allocated some other way, there is no guarantee.
38 may cause a performance penalty if threads from one NUMA node access the memory allocated on
68 /** Instances *must* be allocated/freed using methods herein, because the C++ declaration