Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/jmem/
Djmem.h158 size_t allocated_bytes; /**< currently allocated bytes */ member
/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.c2924 size_t allocated_bytes = 0; in _PyObject_DebugMallocStats() local