Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/malloc_debug/
DREADME.md168 ### fill\_on\_alloc[=MAX\_FILLED\_BYTES]
173 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
174 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 number
180 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 …]
/bionic/linker/
Dlinker_cfi.cpp90 std::fill(sw.begin(), sw.end(), v); in AddConstant()
/bionic/tests/
Dsystem_properties_test.cpp163 TEST(properties, fill) { in TEST() argument
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp362 TEST_F(MallocDebugConfigTest, fill) { in TEST_F() argument
/bionic/libm/
DAndroid.bp195 // We take the FreeBSD implementations when they exist, but fill out the rest