#include <e32std.h>
struct THeapConfigParmsHybrid |
Public Attributes | |
---|---|
TInt | iDelayedSlabThreshold |
TInt | iDougLeaTrimCheck |
TInt | iPagePower |
TBool | iRoundUpPageAllocations |
TUint32 | iSlabBits |
A set of static functions for constructing fixed length heaps and local or global heaps.
See also: RHeap RChunk This structure specifies additional configuration parameters of the user heap to be created. These parameters are special to hybrid heap. See struct SHeapConfigParms.
TInt | iDelayedSlabThreshold |
Delayed slab threshold in bytes (0 = no threshold).
TInt | iDougLeaTrimCheck |
Doug Lea trim check value, (0 or negative value = no threshold defined).
TBool | iRoundUpPageAllocations |
Make allocations that are within 1/16th of being a page multiple, use the page allocator.