Searched refs:js_realloc (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | TODO | 21 - test all js_realloc memory errors
|
A D | quickjs.h | 325 void *(*js_realloc)(JSMallocState *s, void *ptr, size_t size); member 388 void *js_realloc(JSContext *ctx, void *ptr, size_t size);
|
A D | quickjs.c | 1298 return rt->mf.js_realloc(&rt->malloc_state, ptr, size); in js_realloc_rt() 1354 void* js_realloc(JSContext* ctx, void* ptr, size_t size) in js_realloc() function 4464 new_prop = js_realloc(ctx, p->prop, sizeof(new_prop[0]) * new_size); in resize_properties() 4500 sh_alloc = js_realloc(ctx, get_alloc_from_shape(sh), in resize_properties() 4577 new_prop = js_realloc(ctx, p->prop, sizeof(new_prop[0]) * new_size); in compact_properties() 7953 new_prop = js_realloc(ctx, p->prop, sizeof(p->prop[0]) * new_sh->prop_size); in add_property() 20465 new_buf = js_realloc(ctx, buf, new_size); in ident_realloc() 32074 b->debug.pc2line_buf = js_realloc(ctx, fd->pc2line.buf, fd->pc2line.size); in js_create_function() 48230 new_tab = js_realloc(ctx, def->tab, in js_operators_create_internal()
|
Completed in 100 milliseconds