Searched refs:FLEX_ARRAY_FREE (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/lib/ |
D | flex_array.c | 113 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/ |
D | poison.h | 87 #define FLEX_ARRAY_FREE 0x6c /* for use-after-free poisoning */ macro
|
/Linux-v4.19/tools/include/linux/ |
D | poison.h | 91 #define FLEX_ARRAY_FREE 0x6c /* for use-after-free poisoning */ macro
|
/Linux-v4.19/Documentation/core-api/ |
D | flexible-arrays.rst | 89 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/ |
D | flexible-arrays.txt | 90 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
|