HomeSort by: relevance | last modified time | path
    Searched defs:HEAP (Results 1 - 5 of 5) sorted by relevancy

  /src/games/robots/
robots.h 66 #define HEAP '*'
  /src/external/gpl2/libmalloc/dist/
malloc.h 118 /* The allocator divides the heap into blocks of fixed size; large
128 /* Determine the amount of memory spanned by the initial heap table
130 #define HEAP (INT_BIT > 16 ? 4194304 : 65536)
139 /* Heap information for a busy block. */
158 /* Heap information for a free block
168 /* Pointer to first block of the heap. */
178 /* Current search index for the heap table. */
269 __malloc_size_t bytes_total; /* Total size of the heap. */
gmalloc.c 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. *
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Command.h 76 // Heap trace-related commands
79 HEAP,
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Command.h 76 // Heap trace-related commands
79 HEAP,

Completed in 32 milliseconds