Home | History | Annotate | Download | only in dist

Lines Matching defs:HEAP

120 /* The allocator divides the heap into blocks of fixed size; large
130 /* Determine the amount of memory spanned by the initial heap table
132 #define HEAP (INT_BIT > 16 ? 4194304 : 65536)
141 /* Heap information for a busy block. */
160 /* Heap information for a free block
170 /* Pointer to first block of the heap. */
180 /* Current search index for the heap table. */
271 __malloc_size_t bytes_total; /* Total size of the heap. */
445 heapsize = HEAP / BLOCKSIZE;
464 growing the heap info table as necessary. */
509 /* Allocate memory from the heap. */
758 /* Return memory to the heap.
912 /* Return memory to the heap. */