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

Method ~ThreadLocalBin

tensorflow/core/framework/ev_allocator.h:425–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423 : t_bin_size_(t_bin_size), page_map_(pm), arena_(arena) {}
424
425 ~ThreadLocalBin() {
426 FlushBackToArena(list_.size());
427 }
428
429 void *Allocate() {
430 void *ret = nullptr;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected