Lines Matching refs:allocations
39 sample interval determines the frequency with which heap allocations will be
44 The sample interval controls a timer that sets up KFENCE allocations. By
57 interval. *Burst mode* allows to sample successive heap allocations, where the
59 denotes the *additional* successive allocations within a sample interval;
60 setting ``kfence.burst=N`` means that ``1 + N`` successive allocations are
64 further KFENCE allocations occur. With ``CONFIG_KFENCE_NUM_OBJECTS`` (default
249 Guarded allocations are set up based on the sample interval. After expiration
255 When using ``CONFIG_KFENCE_STATIC_KEYS=y``, KFENCE allocations are "gated"
297 coverage of allocations, KFENCE limits currently covered allocations of the
300 limits frequent long-lived allocations (e.g. pagecache) of the same source
303 at which to start limiting currently covered allocations can be configured via
310 page handling code to set up and deal with KFENCE allocations.