Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.h235 typedef struct duk_memory_functions duk_memory_functions; typedef
264 struct duk_memory_functions { struct
265 duk_alloc_function alloc_func;
266 duk_realloc_function realloc_func;
267 duk_free_function free_func;
268 void *udata;

Completed in 7 milliseconds