Searched refs:alloc (Results 1 – 6 of 6) sorted by relevance
70 void * alloc = lv_malloc_core(size); in lv_malloc() local72 if(alloc == NULL) { in lv_malloc()85 lv_memset(alloc, 0xaa, size); in lv_malloc()88 LV_TRACE_MEM("allocated at %p", alloc); in lv_malloc()89 return alloc; in lv_malloc()100 void * alloc = lv_malloc_core(size); in lv_malloc_zeroed() local101 if(alloc == NULL) { in lv_malloc_zeroed()113 lv_memzero(alloc, size); in lv_malloc_zeroed()115 LV_TRACE_MEM("allocated at %p", alloc); in lv_malloc_zeroed()116 return alloc; in lv_malloc_zeroed()
358 if (rle->size >= rle->alloc) { in _horizLine()360 if (rle->alloc < newSize) { in _horizLine()361 rle->alloc = newSize; in _horizLine()362 rle->spans = static_cast<SwSpan*>(realloc(rle->spans, rle->alloc * sizeof(SwSpan))); in _horizLine()847 rle->size = rle->alloc = size; in _replaceClipSpan()982 rle->alloc = height; in rleRender()
122 uint32_t alloc; member
161 memory->alloc = ft_alloc; in FT_New_Memory()
227 - **fix(sdl): make sure minimal alignment is sizeof(void*) for aligned alloc** `6526 <https://githu…250 - **fix(draw_buf): fix user defined draw_buf alloc/destroy not paired** `6426 <https://github.com/l…320 - **fix(vg_lite):check the color format before alloc layer buffer** `6071 <https://github.com/lvgl/…
47 - ``alloc`` allocate