Home
last modified time | relevance | path

Searched refs:allocated_ (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.cc140 allocated_(false), in ScopedAllocatorInstance()
154 << " allocated_ " << allocated_ << " deallocated_ " << deallocated_ in DropFromTable()
159 if (allocated_ && deallocated_) { in DropFromTable()
173 << " allocated_ " << allocated_ << " deallocated_ " in AllocateRaw()
177 allocated_ = true; in AllocateRaw()
179 << " allocated_ " << allocated_ << " deallocated_ " in AllocateRaw()
192 CHECK(allocated_); in DeallocateRaw()
195 << " allocated_ " << allocated_ << " deallocated_ " << deallocated_ in DeallocateRaw()
Dscoped_allocator.h118 bool allocated_ GUARDED_BY(mu_);
/external/googletest/googletest/samples/
Dsample10_unittest.cc53 allocated_++; in operator new()
58 allocated_--; in operator delete()
62 static int allocated() { return allocated_; } in allocated()
65 static int allocated_; member in __anonf4fab08c0111::Water
68 int Water::allocated_ = 0; member in __anonf4fab08c0111::Water
/external/google-breakpad/src/testing/gtest/samples/
Dsample10_unittest.cc57 allocated_++; in operator new()
62 allocated_--; in operator delete()
66 static int allocated() { return allocated_; } in allocated()
69 static int allocated_; member in __anon98b471e10111::Water
72 int Water::allocated_ = 0; member in __anon98b471e10111::Water
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator.cc26 allocated_(0), in TrackingAllocator()
45 allocated_ += allocated_bytes; in AllocateRaw()
46 high_watermark_ = std::max(high_watermark_, allocated_); in AllocateRaw()
61 allocated_ += allocated_bytes; in AllocateRaw()
62 high_watermark_ = std::max(high_watermark_, allocated_); in AllocateRaw()
100 CHECK_GE(allocated_, allocated_bytes); in DeallocateRaw()
101 allocated_ -= allocated_bytes; in DeallocateRaw()
169 still_live_bytes = allocated_; in GetSizes()
Dtracking_allocator.h106 size_t allocated_ GUARDED_BY(mu_);
/external/sfntly/cpp/src/sfntly/data/
Dmemory_byte_array.cc24 : ByteArray(0, length), b_(NULL), allocated_(true) { in MemoryByteArray()
28 : ByteArray(filled_length, filled_length), b_(b), allocated_(false) { in MemoryByteArray()
45 if (allocated_ && b_ == NULL) { in Init()
82 if (allocated_ && b_) { in Close()
Dmemory_byte_array.h76 bool allocated_; variable
/external/v8/src/builtins/
Dbuiltins-trace.cc55 allocated_.reset(new uint8_t[len + 1]); in AllocateSufficientSpace()
56 buf_ = allocated_.get(); in AllocateSufficientSpace()
66 std::unique_ptr<uint8_t> allocated_; member in v8::internal::__anonf07750c10111::MaybeUtf8
/external/v8/src/interpreter/
Dbytecode-register-optimizer.cc23 allocated_(allocated), in RegisterInfo()
68 bool allocated() const { return allocated_; } in allocated()
69 void set_allocated(bool allocated) { allocated_ = allocated; } in set_allocated()
82 bool allocated_; member in v8::internal::interpreter::BytecodeRegisterOptimizer::RegisterInfo
/external/jsoncpp/src/lib_json/
Djson_value.cpp325 : type_(other.type_), allocated_(false) in Value()
343 allocated_ = true; in Value()
346 allocated_ = false; in Value()
384 if (allocated_) in ~Value()
418 int temp2 = allocated_; in swap()
419 allocated_ = other.allocated_; in swap()
420 other.allocated_ = temp2; in swap()
898 allocated_ = allocated; in initBasic()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_conv_runner.cc93 if (allocated_) { in AllocateBytes()
103 allocated_ = true; in AllocateBytes()
109 bool allocated_ = false; member in xla::gpu::__anon2b86fa710111::ScratchBufAllocator
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2780 : type_(other.type_), allocated_(false) in Value()
2793 if (other.value_.string_ && other.allocated_) { in Value()
2796 decodePrefixedString(other.allocated_, other.value_.string_, in Value()
2799 allocated_ = true; in Value()
2802 allocated_ = false; in Value()
2832 if (allocated_) in ~Value()
2857 int temp2 = allocated_; in swapPayload()
2858 allocated_ = other.allocated_; in swapPayload()
2859 other.allocated_ = temp2; in swapPayload()
2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
[all …]
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2780 : type_(other.type_), allocated_(false) in Value()
2793 if (other.value_.string_ && other.allocated_) { in Value()
2796 decodePrefixedString(other.allocated_, other.value_.string_, in Value()
2799 allocated_ = true; in Value()
2802 allocated_ = false; in Value()
2832 if (allocated_) in ~Value()
2857 int temp2 = allocated_; in swapPayload()
2858 allocated_ = other.allocated_; in swapPayload()
2859 other.allocated_ = temp2; in swapPayload()
2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
[all …]
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2804 : type_(other.type_), allocated_(false) in Value()
2817 if (other.value_.string_ && other.allocated_) { in Value()
2820 decodePrefixedString(other.allocated_, other.value_.string_, in Value()
2823 allocated_ = true; in Value()
2826 allocated_ = false; in Value()
2864 if (allocated_) in ~Value()
2889 int temp2 = allocated_; in swapPayload()
2890 allocated_ = other.allocated_; in swapPayload()
2891 other.allocated_ = temp2 & 0x1; in swapPayload()
2936 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
[all …]
Djson.h980 unsigned int allocated_ : 1; // Notes: if declared as bool, bitfield is useless. variable
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2780 : type_(other.type_), allocated_(false) in Value()
2793 if (other.value_.string_ && other.allocated_) { in Value()
2796 decodePrefixedString(other.allocated_, other.value_.string_, in Value()
2799 allocated_ = true; in Value()
2802 allocated_ = false; in Value()
2832 if (allocated_) in ~Value()
2857 int temp2 = allocated_; in swapPayload()
2858 allocated_ = other.allocated_; in swapPayload()
2859 other.allocated_ = temp2; in swapPayload()
2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <()
[all …]
/external/jsoncpp/
DNEWS.txt59 - Patch #15: Copy constructor does not initialize allocated_ for stringValue
/external/jsoncpp/include/json/
Dvalue.h492 int allocated_ : 1; // Notes: if declared as bool, bitfield is useless. variable
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h930 unsigned int allocated_ : 1; // Notes: if declared as bool, bitfield is useless. variable
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h930 unsigned int allocated_ : 1; // Notes: if declared as bool, bitfield is useless. variable
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h930 unsigned int allocated_ : 1; // Notes: if declared as bool, bitfield is useless. variable
/external/tensorflow/tensorflow/stream_executor/
Dstream.cc252 allocated_(false), in Stream()
262 allocated_(false), in Stream()
279 if (allocated_) { in ~Stream()
294 CHECK_EQ(false, allocated_) in Init()
300 allocated_ = true; in Init()
Dstream.h2006 bool allocated_ GUARDED_BY(mu_);