OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fill_bytes
(Results
1 - 1
of
1
) sorted by null
/bionic/libc/malloc_debug/
malloc_debug.cpp
321
size_t
fill_bytes
= g_debug->config().fill_on_alloc_bytes();
local
322
bytes = (bytes <
fill_bytes
) ? bytes :
fill_bytes
;
382
size_t
fill_bytes
= g_debug->config().fill_on_free_bytes();
local
383
bytes = (bytes <
fill_bytes
) ? bytes :
fill_bytes
;
472
size_t
fill_bytes
= g_debug->config().fill_on_alloc_bytes();
local
473
bytes = (bytes <
fill_bytes
) ? bytes :
fill_bytes
;
Completed in 78 milliseconds