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

Method GetMemBlock

tensorflow/core/framework/ev_allocator.cc:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 void GetMemBlock() override {
50 start_ = (char *)port::AlignedMalloc(chunk_size_, kPageSize);
51 }
52};
53
54template<>

Callers

nothing calls this directly

Calls 1

AlignedMallocFunction · 0.50

Tested by

no test coverage detected