Searched refs:SET_HEAP_SIZE (Results 1 – 1 of 1) sorted by relevance
51 #define SET_HEAP_SIZE(_h,_v) (((u16 *)(_h))[0] = (u16)(_v)) macro102 SET_HEAP_SIZE(heap, sz-1); in remove_from_heap()109 SET_HEAP_SIZE(heap, --sz); in remove_from_heap()130 SET_HEAP_SIZE(heap, ++sz); in add_to_heap()643 SET_HEAP_SIZE(&dummy_heap, 0); in timer_init()
Completed in 3 milliseconds