Searched refs:fill (Results 1 – 7 of 7) sorted by relevance
94 # fill the tail zero.
240 ### fill\_on\_alloc[=MAX\_FILLED\_BYTES]245 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number246 of bytes in the allocation. The default is to fill the entire allocation.248 ### fill\_on\_free[=MAX\_FILLED\_BYTES]249 When an allocation is freed, fill it with 0xef.251 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number252 of bytes in the allocation. The default is to fill the entire allocation.254 ### fill[=MAX\_FILLED\_BYTES]255 This enables both the fill\_on\_alloc option and the fill\_on\_free option.257 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number[all …]
681 char fill = format[0]; in _conv() local701 *--p = fill; in _conv()
90 std::fill(sw.begin(), sw.end(), v); in AddConstant()
237 TEST(properties, fill) { in TEST() argument
406 TEST_F(MallocDebugConfigTest, fill) { in TEST_F() argument
188 // We take the FreeBSD implementations when they exist, but fill out the rest