Lines Matching refs:heaps
61 One can then iterate through the array to get all heaps statistics
62 and to sum up the total memory allocated for all heaps.
88 "small" heaps with a total size of 262136 bytes or less.
95 - "small" heaps with low memory and runtime overhead;
97 - "big" heaps with bigger memory overhead even for small heaps;
108 bool "Support for small heaps only"
111 heaps are 262136 bytes or less.
114 bool "Support for big heaps only"
116 Select this to optimize the code for big heaps only. This can
118 efficient with small sized heaps.
121 bool "Support for both small and big heaps at run time"