Searched refs:TEST_HEAP_SIZE (Results 1 – 6 of 6) sorted by relevance
24 constexpr size_t TEST_HEAP_SIZE = PAGE_SIZE * 10; variable90 std::unique_ptr<uint8_t[]> test_heap(new uint8_t[TEST_HEAP_SIZE]); in TEST()93 mpool_add_chunk(&ppool, test_heap.get(), TEST_HEAP_SIZE); in TEST()
33 constexpr size_t TEST_HEAP_SIZE = PAGE_SIZE * 64; variable49 test_heap = std::make_unique<uint8_t[]>(TEST_HEAP_SIZE); in SetUp()52 TEST_HEAP_SIZE); in SetUp()
37 constexpr size_t TEST_HEAP_SIZE = PAGE_SIZE * 64; variable49 test_heap = std::make_unique<uint8_t[]>(TEST_HEAP_SIZE); in SetUp()51 mpool_add_chunk(&ppool, test_heap.get(), TEST_HEAP_SIZE); in SetUp()
41 constexpr size_t TEST_HEAP_SIZE = PAGE_SIZE * 64; variable58 test_heap = std::make_unique<uint8_t[]>(TEST_HEAP_SIZE); in SetUp()61 TEST_HEAP_SIZE); in SetUp()
39 constexpr size_t TEST_HEAP_SIZE = PAGE_SIZE * 16; variable79 test_heap = std::make_unique<uint8_t[]>(TEST_HEAP_SIZE); in SetUp()81 mpool_add_chunk(&ppool, test_heap.get(), TEST_HEAP_SIZE); in SetUp()
33 constexpr size_t TEST_HEAP_SIZE = PAGE_SIZE * 128; variable338 test_heap = std::make_unique<uint8_t[]>(TEST_HEAP_SIZE); in SetUp()340 mpool_add_chunk(&ppool, test_heap.get(), TEST_HEAP_SIZE); in SetUp()
Completed in 26 milliseconds