Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dqjs.c140 js_trace_malloc_printf(JSMallocState *s, const char *fmt, ...) in js_trace_malloc_printf() function
188 js_trace_malloc_printf(s, "A %zd -> %p\n", size, ptr); in js_trace_malloc()
201 js_trace_malloc_printf(s, "F %p\n", ptr); in js_trace_free()
218 js_trace_malloc_printf(s, "R %zd %p\n", size, ptr); in js_trace_realloc()
227 js_trace_malloc_printf(s, "R %zd %p", size, ptr); in js_trace_realloc()
230 js_trace_malloc_printf(s, " -> %p\n", ptr); in js_trace_realloc()

Completed in 3 milliseconds