Searched refs:vg_lite_os_malloc (Results 1 – 5 of 5) sorted by relevance
44 void * vg_lite_os_malloc(uint32_t size);
206 void * vg_lite_os_malloc(uint32_t size) in vg_lite_os_malloc() function315 queue_node = (vg_lite_queue_t*) vg_lite_os_malloc(sizeof(vg_lite_queue_t)); in vg_lite_os_submit()
55 elm_tls = (elm_tls_t *)vg_lite_os_malloc(sizeof(elm_tls_t)); in _initialize_elm()
215 split = (heap_node_t *)vg_lite_os_malloc(sizeof(heap_node_t)); in split_node()481 node = (heap_node_t *)vg_lite_os_malloc(sizeof(heap_node_t)); in vg_lite_init()
727 point = (vg_lite_path_point_ptr)vg_lite_os_malloc(sizeof(*point)); in _add_point_to_point_list_wdelta()771 point = (vg_lite_path_point_ptr)vg_lite_os_malloc(sizeof(*point)); in _add_point_to_point_list()1076 point = (vg_lite_path_point_ptr)vg_lite_os_malloc(sizeof(*point)); in _add_point_to_right_stroke_point_list_tail()1109 point = (vg_lite_path_point_ptr)vg_lite_os_malloc(sizeof(*point)); in _add_point_to_left_stroke_point_list_head()1140 *sub_path = (vg_lite_sub_path_ptr)vg_lite_os_malloc(sizeof(**sub_path)); in _add_stroke_sub_path()1442 point = (vg_lite_path_point_ptr)vg_lite_os_malloc(sizeof(*point)); in _convert_circle_arc()1463 point = (vg_lite_path_point_ptr)vg_lite_os_malloc(sizeof(*point)); in _convert_circle_arc()1516 new_point = (vg_lite_path_point_ptr)vg_lite_os_malloc(sizeof(*new_point)); in _start_new_stroke_sub_path()3237 arcPath = (char *)vg_lite_os_malloc(*offset + bufferSize + last_size); in _convert_arc()6712 task_tls = (vg_lite_tls_t *) vg_lite_os_malloc(sizeof(vg_lite_tls_t)); in vg_lite_init()[all …]
Completed in 25 milliseconds