Searched defs:DoResize (Results 1 – 8 of 8) sorted by relevance
275 virtual bool DoResize(void* /*ptr*/, size_t /*new_size*/) { return false; } in DoResize() function280 virtual bool DoResize(void*, Layout, size_t) { return false; } in DoResize() function
80 bool DoResize(void* ptr, size_t new_size) override { in DoResize() function
136 bool TrackingAllocator<MetricsType>::DoResize(void* ptr, size_t new_size) { in DoResize() function
153 bool DoResize(void* ptr, size_t new_size) override { in DoResize() function
390 bool BlockAllocator<BlockType>::DoResize(void* ptr, size_t new_size) { in DoResize() function
44 bool FallbackAllocator::DoResize(void* ptr, size_t new_size) { in DoResize() function in pw::allocator::FallbackAllocator
139 constexpr BlockResult<Derived> BlockWithLayout<Derived>::DoResize( in DoResize() function
372 constexpr BlockResult<Derived> AllocatableBlock<Derived>::DoResize( in DoResize() function