Searched refs:FLEX_ARRAY_FREE (Results 1 – 3 of 3) sorted by relevance
113 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()
81 #define FLEX_ARRAY_FREE 0x6c /* for use-after-free poisoning */ macro
87 value FLEX_ARRAY_FREE (defined as 0x6c in <linux/poison.h>), so errors96 This function will set the given element to FLEX_ARRAY_FREE and return106 FLEX_ARRAY_FREE bytes, so (1) it can be expensive, and (2) it will not work