Home
last modified time | relevance | path

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

/lk-master/lib/heap/miniheap/
A Dminiheap.c47 size_t low_watermark; member
257 if (theheap.remaining < theheap.low_watermark) { in miniheap_alloc()
258 theheap.low_watermark = theheap.remaining; in miniheap_alloc()
455 ptr->heap_low_watermark = theheap.low_watermark; in miniheap_get_stats()
509 theheap.low_watermark = 0; in miniheap_init()

Completed in 3 milliseconds