Home
last modified time | relevance | path

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

/src/
A Dmemheap.c784 struct rt_memheap *_heap; in _memheap_alloc() local
795 _heap = (struct rt_memheap *)object; in _memheap_alloc()
798 if (heap == _heap) in _memheap_alloc()
801 ptr = rt_memheap_alloc(_heap, size); in _memheap_alloc()
A Dmem.c95 #define MEM_SIZE(_heap, _mem) \ argument
97 (rt_uintptr_t)((_heap)->heap_ptr)) - RT_ALIGN(sizeof(struct rt_small_mem_item), RT_ALIGN_SIZE))

Completed in 5 milliseconds