Home
last modified time | relevance | path

Searched defs:SimpleAllocatorForTest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_hdlc/
H A Drouter_test.cc48 class SimpleAllocatorForTest { class
50 SimpleAllocatorForTest() : simple_allocator_(data_area_, meta_alloc_) {} in SimpleAllocatorForTest() function in pw::hdlc::__anonea5cd8ff0111::SimpleAllocatorForTest
/aosp_15_r20/external/pigweed/pw_multibuf/public/pw_multibuf/
H A Dsimple_allocator_for_test.h34 SimpleAllocatorForTest() : SimpleAllocator(data_area_, meta_alloc_) {} in SimpleAllocatorForTest() function