Searched refs:js_malloc_usable_size (Results 1 – 2 of 2) sorted by relevance
326 size_t (*js_malloc_usable_size)(const void *ptr); member389 size_t js_malloc_usable_size(JSContext *ctx, const void *ptr);
1303 return rt->mf.js_malloc_usable_size(ptr); in js_malloc_usable_size_rt()1381 size_t js_malloc_usable_size(JSContext* ctx, const void* ptr) in js_malloc_usable_size() function1615 if (!rt->mf.js_malloc_usable_size) { in JS_NewRuntime2()1617 rt->mf.js_malloc_usable_size = js_malloc_usable_size_unknown; in JS_NewRuntime2()4213 …if (p1->header.ref_count == 1 && p1->is_wide_char == p2->is_wide_char && js_malloc_usable_size(ctx… in JS_ConcatString()
Completed in 116 milliseconds