Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/
A Dwifi_ind.c33 char *local_buf = NULL; in rtw_send_event_to_worker() local
45 local_buf = (char*)pvPortMalloc(buf_len); in rtw_send_event_to_worker()
46 if(local_buf == NULL) in rtw_send_event_to_worker()
48 memcpy(local_buf, buf, buf_len); in rtw_send_event_to_worker()
51 message.buf = local_buf; in rtw_send_event_to_worker()
57 if(local_buf){ in rtw_send_event_to_worker()
58 …rtw_send_event_to_worker: enqueue cmd %d failed and free %p(%d)\n", event_cmd, local_buf, buf_len); in rtw_send_event_to_worker()
59 vPortFree(local_buf); in rtw_send_event_to_worker()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c15931 JSValue *local_buf = NULL, *stack_buf, *var_buf, *arg_buf, *sp, ret_val, *pval; in JS_CallInternal() local
15969 local_buf = arg_buf = sf->arg_buf; in JS_CallInternal()
16016 local_buf = amp_malloc(alloca_size); in JS_CallInternal()
16019 arg_buf = local_buf; in JS_CallInternal()
16026 var_buf = local_buf + arg_allocated_size; in JS_CallInternal()
18528 for (pval = local_buf; pval < sp; pval++) { in JS_CallInternal()
18533 if(local_buf) { in JS_CallInternal()
18534 amp_free(local_buf); in JS_CallInternal()

Completed in 90 milliseconds