Home
last modified time | relevance | path

Searched defs:AllocatedBytes (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator_secondary.h187 uptr AllocatedBytes; variable
/external/tensorflow/tensorflow/core/kernels/data/
Dwindow_dataset.cc50 int64 AllocatedBytes() const override { in AllocatedBytes() function in tensorflow::data::__anonf4afd0ca0111::WindowDataset
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dsecondary.h303 uptr AllocatedBytes; variable
/external/scudo/standalone/
Dsecondary.h459 uptr AllocatedBytes = 0; variable
/external/tensorflow/tensorflow/core/framework/
Ddataset.h880 virtual int64 AllocatedBytes() const { return 0; } in AllocatedBytes() function
Dop_kernel.h251 int64 AllocatedBytes() const { return tensor_.AllocatedBytes(); } in AllocatedBytes() function