Home
last modified time | relevance | path

Searched refs:rws_malloc (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/websocket/src/
A Drws_memory.c28 void * rws_malloc(const size_t size) { in rws_malloc() function
38 void * mem = rws_malloc(size); in rws_malloc_zero()
A Drws_frame.c100 frame->data = rws_malloc(expected_size); in rws_frame_create_with_recv_data()
210 f->data = rws_malloc(f->data_size); in rws_frame_fill_with_send_data()
249 f->data = rws_malloc(f->data_size); in litews_frame_fill_with_send_bin_data()
284 unsigned char * comb_data = (unsigned char *)rws_malloc(to->data_size + from->data_size); in rws_frame_combine_datas()
A Drws_string.c32 char * s = (str && len > 0) ? (char *)rws_malloc(len + 1) : NULL; in rws_string_copy_len()
A Drws_socketpub.c162 s->recv_buffer = (char *) rws_malloc(BUFF_SIZE); in rws_socket_create()
A Drws_socketpriv.c717 res = rws_malloc(size); in rws_socket_resize_received()
/AliOS-Things-master/components/websocket/include/
A Drws_memory.h32 void * rws_malloc(const size_t size);

Completed in 9 milliseconds