Home
last modified time | relevance | path

Searched refs:malloc_count (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dqjs.c190 s->malloc_count++; in js_trace_malloc()
202 s->malloc_count--; in js_trace_free()
219 s->malloc_count--; in js_trace_realloc()
A Dquickjs.h316 size_t malloc_count; member
397 int64_t malloc_count; member
A Drun-test262.c1465 update(malloc_count); in update_stats()
A Dquickjs.c1713 s->malloc_count++; in js_def_malloc()
1723 s->malloc_count--; in js_def_free()
1739 s->malloc_count--; in js_def_realloc()
2122 if (s->malloc_count > 1) { in JS_FreeRuntime()
2127 (uint64_t)(s->malloc_count - 1), &"s"[s->malloc_count == 2]); in JS_FreeRuntime()
5887 s->malloc_count = rt->malloc_state.malloc_count; in JS_ComputeMemoryUsage()
6236 if (s->malloc_count) { in JS_DumpMemoryUsage()
6238 "memory allocated", s->malloc_count, s->malloc_size, in JS_DumpMemoryUsage()
6239 (double)s->malloc_size / s->malloc_count); in JS_DumpMemoryUsage()

Completed in 106 milliseconds