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

Method DeallocateRaw

tensorflow/core/common_runtime/bfc_allocator.cc:537–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537void BFCAllocator::DeallocateRaw(void* ptr) {
538 VLOG(3) << "DeallocateRaw " << Name() << " "
539 << (ptr ? RequestedSize(ptr) : 0);
540 DeallocateRawInternal(ptr);
541 retry_helper_.NotifyDealloc();
542}
543
544void BFCAllocator::DeallocateRawInternal(void* ptr) {
545 if (ptr == nullptr) {

Callers 9

TEST_FFunction · 0.45
deallocateMethod · 0.45
TESTFunction · 0.45
FreeMethod · 0.45
TESTFunction · 0.45

Calls 2

NotifyDeallocMethod · 0.80
NameClass · 0.50

Tested by 7

TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36