Searched refs:rws_malloc (Results 1 – 6 of 6) sorted by relevance
28 void * rws_malloc(const size_t size) { in rws_malloc() function38 void * mem = rws_malloc(size); in rws_malloc_zero()
100 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()
32 char * s = (str && len > 0) ? (char *)rws_malloc(len + 1) : NULL; in rws_string_copy_len()
162 s->recv_buffer = (char *) rws_malloc(BUFF_SIZE); in rws_socket_create()
717 res = rws_malloc(size); in rws_socket_resize_received()
32 void * rws_malloc(const size_t size);
Completed in 9 milliseconds