Searched refs:AllocatedSizeSlow (Results 1 – 4 of 4) sorted by relevance
275 virtual size_t AllocatedSizeSlow(const void* ptr) const { in AllocatedSizeSlow() function337 size_t AllocatedSizeSlow(const void* ptr) const override { in AllocatedSizeSlow() function338 return wrapped_->AllocatedSizeSlow(ptr); in AllocatedSizeSlow()
129 size_t AllocatedSizeSlow(const void* ptr) const override { in AllocatedSizeSlow() function in tensorflow::__anon29597ede0111::CPUAllocator
55 size_t allocated_bytes = allocator_->AllocatedSizeSlow(ptr); in AllocateRaw()
113 size_t AllocatedSizeSlow(const void* ptr) const override { return 0; } in AllocatedSizeSlow() function