Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/zone/
Dtype-stats.h54 size_t allocated_bytes = 0; member
/third_party/node/deps/v8/include/cppgc/
Dheap-statistics.h40 size_t allocated_bytes; member
/third_party/jerryscript/jerry-core/jmem/
Djmem.h158 size_t allocated_bytes; /**< currently allocated bytes */ member
/third_party/node/deps/v8/src/heap/
Dbasic-memory-chunk.h263 size_t allocated_bytes() const { return allocated_bytes_; } in allocated_bytes() function
/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/jerryscript/jerry-core/include/
Djerryscript-core.h210 size_t allocated_bytes; /**< currently allocated bytes */ member
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc811 size_t allocated_bytes = std::accumulate( in ReportCustomSpaceStatistics() local
/third_party/python/Objects/
Dobmalloc.c2971 size_t allocated_bytes = 0; in _PyObject_DebugMallocStats() local