Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DMyBuffer2.h23 bool IsAllocated() const { return _data != NULL; } in IsAllocated() function
67 bool IsAllocated() const { return _data != NULL; } in IsAllocated() function
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dtemporary_device_memory.cc52 bool TemporaryDeviceMemoryBase::IsAllocated() const { in IsAllocated() function in stream_executor::TemporaryDeviceMemoryBase
/external/armnn/src/armnn/
DWorkingMemHandle.hpp77 bool IsAllocated() override in IsAllocated() function in armnn::experimental::WorkingMemHandle
/external/cronet/third_party/protobuf/src/google/protobuf/
Darenastring.h170 inline bool IsAllocated() const { return as_int() & kAllocatedBit; } in IsAllocated() function
/external/cronet/base/allocator/partition_allocator/starscan/
Dstate_bitmap.h298 StateBitmap<PageSize, PageAlignment, AllocationAlignment>::IsAllocated( in IsAllocated() function
Dstate_bitmap_unittest.cc64 bool IsAllocated(size_t object_position) const { in IsAllocated() function in partition_alloc::internal::__anon97af51110111::PartitionAllocStateBitmapTest
/external/openthread/src/core/thread/
Drouter_table.cpp117 bool RouterTable::IsAllocated(uint8_t aRouterId) const in IsAllocated() function in ot::RouterTable
/external/tensorflow/tensorflow/lite/
Dsimple_planner_test.cc205 bool IsAllocated(int tensor_index) { in IsAllocated() function in tflite::__anonf6c84ea30111::SimplePlannerTest
/external/compiler-rt/lib/asan/
Dasan_allocator.cc668 bool AsanChunkView::IsAllocated() { in IsAllocated() function in __asan::AsanChunkView