Home
last modified time | relevance | path

Searched defs:IsAllocated (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dtemporary_device_memory.cc52 bool TemporaryDeviceMemoryBase::IsAllocated() const { in IsAllocated() function in stream_executor::TemporaryDeviceMemoryBase
/external/lzma/CPP/Common/
DMyBuffer2.h23 bool IsAllocated() const { return _data != NULL; } in IsAllocated() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DExplainOutputStyle.cpp46 bool IsAllocated = explainPdbBlockStatus(); in explainPdbFile() local
/external/compiler-rt/lib/asan/
Dasan_allocator.cc668 bool AsanChunkView::IsAllocated() { in IsAllocated() function in __asan::AsanChunkView