Home
last modified time | relevance | path

Searched refs:FLEX_ARRAY_FREE (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/lib/
Dflex_array.c113 memset(&ret->parts[0], FLEX_ARRAY_FREE, in flex_array_alloc()
174 memset(part, FLEX_ARRAY_FREE, in __fa_get_part()
249 memset(dst, FLEX_ARRAY_FREE, fa->element_size); in flex_array_clear()
362 if (part->elements[i] != FLEX_ARRAY_FREE) in part_is_free()
/Linux-v4.19/include/linux/
Dpoison.h87 #define FLEX_ARRAY_FREE 0x6c /* for use-after-free poisoning */ macro
/Linux-v4.19/tools/include/linux/
Dpoison.h91 #define FLEX_ARRAY_FREE 0x6c /* for use-after-free poisoning */ macro
/Linux-v4.19/Documentation/core-api/
Dflexible-arrays.rst89 value ``FLEX_ARRAY_FREE`` (defined as 0x6c in <linux/poison.h>), so errors
99 This function will set the given element to ``FLEX_ARRAY_FREE`` and return
109 ``FLEX_ARRAY_FREE`` bytes, so (1) it can be expensive, and (2) it will not work
/Linux-v4.19/Documentation/
Dflexible-arrays.txt90 value FLEX_ARRAY_FREE (defined as 0x6c in <linux/poison.h>), so errors
99 This function will set the given element to FLEX_ARRAY_FREE and return
109 FLEX_ARRAY_FREE bytes, so (1) it can be expensive, and (2) it will not work