Searched defs:DoResize (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/ |
H A D | allocator.h | 188 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 D | testing.h | 159 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 D | synchronized_allocator.h | 57 bool DoResize(void* ptr, size_t new_size) override { in DoResize() function
|
H A D | tracking_allocator.h | 123 bool TrackingAllocator<MetricsType>::DoResize(void* ptr, size_t new_size) { in DoResize() function
|
H A D | block_allocator.h | 394 bool BlockAllocator<BlockType>::DoResize(void* ptr, size_t new_size) { in DoResize() function
|
/aosp_15_r20/external/pigweed/pw_allocator/ |
H A D | fallback_allocator.cc | 44 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 D | with_layout.h | 132 BlockResult<Derived> BlockWithLayout<Derived>::DoResize(size_t new_inner_size, in DoResize() function
|
H A D | allocatable.h | 353 BlockResult<Derived> AllocatableBlock<Derived>::DoResize(size_t new_inner_size, in DoResize() function
|