Searched refs:fill (Results 1 – 5 of 5) sorted by relevance
168 ### fill\_on\_alloc[=MAX\_FILLED\_BYTES]173 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number174 of bytes in the allocation. The default is to fill the entire allocation.176 ### fill\_on\_free[=MAX\_FILLED\_BYTES]177 When an allocation is freed, fill it with 0xef.179 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number180 of bytes in the allocation. The default is to fill the entire allocation.182 ### fill[=MAX\_FILLED\_BYTES]183 This enables both the fill\_on\_alloc option and the fill\_on\_free option.185 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number[all …]
90 std::fill(sw.begin(), sw.end(), v); in AddConstant()
163 TEST(properties, fill) { in TEST() argument
362 TEST_F(MallocDebugConfigTest, fill) { in TEST_F() argument
195 // We take the FreeBSD implementations when they exist, but fill out the rest