Home
last modified time | relevance | path

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

/linux-3.4.99/lib/
Dflex_array.c113 memset(&ret->parts[0], FLEX_ARRAY_FREE, in flex_array_alloc()
169 memset(part, FLEX_ARRAY_FREE, in __fa_get_part()
244 memset(dst, FLEX_ARRAY_FREE, fa->element_size); in flex_array_clear()
357 if (part->elements[i] != FLEX_ARRAY_FREE) in part_is_free()
/linux-3.4.99/include/linux/
Dpoison.h81 #define FLEX_ARRAY_FREE 0x6c /* for use-after-free poisoning */ macro
/linux-3.4.99/Documentation/
Dflexible-arrays.txt87 value FLEX_ARRAY_FREE (defined as 0x6c in <linux/poison.h>), so errors
96 This function will set the given element to FLEX_ARRAY_FREE and return
106 FLEX_ARRAY_FREE bytes, so (1) it can be expensive, and (2) it will not work