Lines Matching full:allocated
78 * block is allocated from heap memory.
216 rt_uint32_t size: 30; /* pages allocated or offset from zone */
474 * @param size the size of memory to be allocated
476 * @return the allocated memory
671 * This function will change the size of previously allocated memory block.
673 * @param ptr the previously allocated memory block
676 * @return the allocated memory
740 * that are size bytes of memory each and returns a pointer to the allocated
743 * The allocated memory is filled with bytes of value zero.
748 * @return pointer to allocated memory / NULL pointer if there is an error
766 * This function will release the previous allocated memory block by rt_malloc.
929 rt_kprintf("maximum allocated memory: %d\n", max_mem); in list_mem()