Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dallocator.h188 virtual bool DoResize(void* /*ptr*/, size_t /*new_size*/) { return false; } in DoResize() function
193 virtual bool DoResize(void*, Layout, size_t) { return false; } in DoResize() function
H A Dtesting.h159 bool DoResize(void* ptr, size_t new_size) override { in DoResize() function
211 bool DoResize(void* ptr, size_t new_size) override { in DoResize() function
H A Dsynchronized_allocator.h57 bool DoResize(void* ptr, size_t new_size) override { in DoResize() function
H A Dtracking_allocator.h123 bool TrackingAllocator<MetricsType>::DoResize(void* ptr, size_t new_size) { in DoResize() function
H A Dblock_allocator.h394 bool BlockAllocator<BlockType>::DoResize(void* ptr, size_t new_size) { in DoResize() function
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dfallback_allocator.cc44 bool FallbackAllocator::DoResize(void* ptr, size_t new_size) { in DoResize() function in pw::allocator::FallbackAllocator
/aosp_15_r20/external/pigweed/pw_allocator/block/public/pw_allocator/block/
H A Dwith_layout.h132 BlockResult<Derived> BlockWithLayout<Derived>::DoResize(size_t new_inner_size, in DoResize() function
H A Dallocatable.h353 BlockResult<Derived> AllocatableBlock<Derived>::DoResize(size_t new_inner_size, in DoResize() function