Home | History | Annotate | Download | only in inc

Lines Matching full:heap

30  *  The enumeration defines the memory heap resources available for querying.
82 arg IN heapDesc: value in range 0..4 => Heap Identifier
84 EDynloadDaram = DYN_DARAM heap (internal)
85 EDynloadSaram = DYN_SARAM heap (internal)
86 EDynloadExternal = DYN_EXTERNAL heap (external)
87 EDynloadSram = DYN_SRAM heap (internal)
88 arg OUT memInitSize: initially configured size of heap
89 arg OUT memUsed: size of heap in use (not free)
91 arg OUT memFreeBlocks: number of free blocks in heap
92 arg OUT memAllocBlocks: number of allocated blocks in heap