Home | History | Annotate | Download | only in inc

Lines Matching full:heap

34  *  The enumeration defines the memory heap resources available for querying.

86 arg IN heapDesc: value in range 0..4 => Heap Identifier
88 EDynloadDaram = DYN_DARAM heap (internal)
89 EDynloadSaram = DYN_SARAM heap (internal)
90 EDynloadExternal = DYN_EXTERNAL heap (external)
91 EDynloadSram = DYN_SRAM heap (internal)
92 arg OUT memInitSize: initially configured size of heap
93 arg OUT memUsed: size of heap in use (not free)
95 arg OUT memFreeBlocks: number of free blocks in heap
96 arg OUT memAllocBlocks: number of allocated blocks in heap