Home
last modified time | relevance | path

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

/AliOS-Things-master/components/minilibc/include/
A Dmm.h258 struct mm_heap_s struct
330 EXTERN struct mm_heap_s g_mmheap;
336 EXTERN struct mm_heap_s g_kmmheap;
347 void mm_addregion(struct mm_heap_s *heap, void *heapstart,
458 int mm_max_usedsize_update(struct mm_heap_s *heap);
479 void *mm_realloc(struct mm_heap_s *heap, void *oldmem,
500 void *mm_zalloc(struct mm_heap_s *heap, size_t size);
527 void *mm_brkaddr(struct mm_heap_s *heap, int region);
545 void *mm_sbrk(struct mm_heap_s *heap, intptr_t incr,
590 void mm_shrinkchunk(struct mm_heap_s *heap,
[all …]

Completed in 3 milliseconds