Home
last modified time | relevance | path

Searched defs:AllocatedBytes (Results 1 – 7 of 7) 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::__anonb5d693710111::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
Dtensor.cc970 size_t Tensor::AllocatedBytes() const { in AllocatedBytes() function in tensorflow::Tensor
Dop_kernel.h251 int64 AllocatedBytes() const { return tensor_.AllocatedBytes(); } in AllocatedBytes() function