Home
last modified time | relevance | path

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

/external/pigweed/pw_allocator/
Dallocator_as_pool_test.cc29 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<256>; typedef
Dapi.rst498 AllocatorForTest section in Test support
503 .. _module-pw_allocator-api-test_harness:
Dallocator_test.cc27 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<256>; typedef
Dsynchronized_allocator_test.cc52 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<kCapacity>; typedef
/external/pigweed/pw_allocator/examples/
Dcustom_allocator_test.cc29 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<256>; typedef
Dpmr.cc55 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<4096>; typedef
Dmetrics.cc81 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<256>; typedef
Dspin_lock.cc78 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<2048>; typedef
Dbasic.cc60 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<256>; typedef
/external/pigweed/pw_allocator/benchmarks/
Dbenchmark_test.cc29 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<kCapacity>; typedef
/external/pigweed/pw_allocator/public/pw_allocator/
Dtesting.h78 AllocatorForTest() in AllocatorForTest() function