Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h322 typedef struct JSMallocFunctions { struct
327 } JSMallocFunctions; argument
337 JSRuntime *JS_NewRuntime2(const JSMallocFunctions *mf, void *opaque);
A Dqjs.c237 static const JSMallocFunctions trace_mf = {
A Dquickjs.c260 JSMallocFunctions mf;
1601 JSRuntime* JS_NewRuntime2(const JSMallocFunctions* mf, void* opaque) in JS_NewRuntime2()
1755 static const JSMallocFunctions def_malloc_funcs = {

Completed in 128 milliseconds