MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Deallocate

Method Deallocate

tensorflow/core/framework/ev_allocator.h:576–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574 }
575
576 void Deallocate(void* ptr) {
577 GetThreadLocalCache()->Deallocate(AllocatedSize(ptr), ptr);
578 }
579
580 size_t AllocatedSize(const void* ptr) const {
581 auto bin = page_map_->GetBin(ptr);

Callers

nothing calls this directly

Calls 1

DeallocateMethod · 0.45

Tested by

no test coverage detected