Home
last modified time | relevance | path

Searched defs:DoResize (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/pw_allocator/public/pw_allocator/
Dallocator.h275 virtual bool DoResize(void* /*ptr*/, size_t /*new_size*/) { return false; } in DoResize() function
280 virtual bool DoResize(void*, Layout, size_t) { return false; } in DoResize() function
Dsynchronized_allocator.h80 bool DoResize(void* ptr, size_t new_size) override { in DoResize() function
Dtracking_allocator.h136 bool TrackingAllocator<MetricsType>::DoResize(void* ptr, size_t new_size) { in DoResize() function
Dtesting.h153 bool DoResize(void* ptr, size_t new_size) override { in DoResize() function
Dblock_allocator.h390 bool BlockAllocator<BlockType>::DoResize(void* ptr, size_t new_size) { in DoResize() function
/external/pigweed/pw_allocator/
Dfallback_allocator.cc44 bool FallbackAllocator::DoResize(void* ptr, size_t new_size) { in DoResize() function in pw::allocator::FallbackAllocator
/external/pigweed/pw_allocator/block/public/pw_allocator/block/
Dwith_layout.h139 constexpr BlockResult<Derived> BlockWithLayout<Derived>::DoResize( in DoResize() function
Dallocatable.h372 constexpr BlockResult<Derived> AllocatableBlock<Derived>::DoResize( in DoResize() function