Lines Matching refs:heap
80 + or heap memory from interrupt context
272 + * A simple wrapper function that allows you to free heap memory from
275 + * @param m the heap memory to free
349 +/* Protect the heap only by using a semaphore */
365 /* initialize the lowest-free pointer to the start of the heap */
387 - /* protect the heap from concurrent access */
406 + /* protect the heap from concurrent access */
464 /* protect the heap from concurrent access */
500 /* protect the heap from concurrent access */
509 + /* Scan through the heap searching for a free block that is big enough,
526 - /* Scan through the heap searching for a free block that is big enough,
2115 +/* free pbufs or heap memory from another context without blocking */