Home
last modified time | relevance | path

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

/src/
A Dmem.c121 struct rt_small_mem_item *nmem; in plug_holes() local
128 nmem = (struct rt_small_mem_item *)&m->heap_ptr[mem->next]; in plug_holes()
129 if (mem != nmem && !MEM_ISUSED(nmem) && in plug_holes()
130 (rt_uint8_t *)nmem != (rt_uint8_t *)m->heap_end) in plug_holes()
135 if (m->lfree == nmem) in plug_holes()
139 nmem->pool_ptr = 0; in plug_holes()
140 mem->next = nmem->next; in plug_holes()
409 void *nmem; in rt_smem_realloc() local
480 nmem = rt_smem_alloc(&small_mem->parent, newsize); in rt_smem_realloc()
481 if (nmem != RT_NULL) /* check memory */ in rt_smem_realloc()
[all …]

Completed in 2 milliseconds