Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_allocator/
H A Dapi.rst385 AllocatorForTest section in Test support
392 SynchronizedAllocatorForTest argument
H A Dallocator_as_pool_test.cc29 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<256>; typedef
H A Dallocator_test.cc27 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<256>; typedef
H A Dunique_ptr_test.cc23 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<256>; typedef
H A Dsynchronized_allocator_test.cc51 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<kCapacity>; typedef
/aosp_15_r20/external/pigweed/pw_allocator/examples/
H A Dcustom_allocator_test.cc29 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<256>; typedef
H A Dpmr.cc55 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<4096>; typedef
H A Dmetrics.cc81 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<256>; typedef
H A Dspin_lock.cc85 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<2048>; typedef
H A Dbasic.cc60 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<256>; typedef
/aosp_15_r20/external/pigweed/pw_allocator/benchmarks/
H A Dbenchmark_test.cc30 using AllocatorForTest = ::pw::allocator::test::AllocatorForTest<kCapacity>; typedef
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dtesting.h81 AllocatorForTest() in AllocatorForTest() function