Home
last modified time | relevance | path

Searched defs:allocated_bytes (Results 1 – 8 of 8) sorted by relevance

/third_party/flatbuffers/include/flatbuffers/
Dvector_downward.h115 uint8_t *release_raw(size_t &allocated_bytes, size_t &offset) { in release_raw()
/third_party/jerryscript/jerry-core/jmem/
Djmem.h158 size_t allocated_bytes; /**< currently allocated bytes */ member
/third_party/protobuf/src/google/protobuf/
Dno_field_presence_test.cc629 auto allocated_bytes = std::make_unique<std::string>("test"); in TYPED_TEST() local
Drepeated_ptr_field.h380 size_t allocated_bytes = in SpaceUsedExcludingSelfLong() local
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h210 size_t allocated_bytes; /**< currently allocated bytes */ member
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c1438 uint32_t allocated_bytes = (uint32_t) heap_stats->allocated_bytes; in jerry_debugger_send_memstats() local
Ddebugger.h368 uint8_t allocated_bytes[sizeof (uint32_t)]; /**< allocated bytes */ member
/third_party/python/Objects/
Dobmalloc.c2971 size_t allocated_bytes = 0; in _PyObject_DebugMallocStats() local