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

Method ~CPUChunk

tensorflow/core/framework/ev_allocator.cc:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 : Chunk<CPUChunk>(chunk_size, slot_size) {}
44
45 ~CPUChunk() {
46 port::AlignedFree(start_);
47 }
48
49 void GetMemBlock() override {
50 start_ = (char *)port::AlignedMalloc(chunk_size_, kPageSize);

Callers

nothing calls this directly

Calls 1

AlignedFreeFunction · 0.50

Tested by

no test coverage detected