31// Fill only the re-used memory blocks with fillReallocationValue.
32// If both fillAllocations and fillReallocations are true, fillAllocationValue is used for newly allocated blocks and fillReallocationValue is used for re-allocated blocks.
38// Fill memory blocks with fillCacheValue before caching them for re-use.
39// If both fillDeallocations and fillCaches are true, fillDeallocationValue is used for blocks about to be freed and fillCacheValue is used for blocks about to be cached.