OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fill_alloc_value
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/malloc_debug/
Config.h
75
uint8_t
fill_alloc_value
;
member in struct:Config
malloc_debug.cpp
318
memset(pointer, g_debug->config().
fill_alloc_value
, bytes);
444
memset(pointer, g_debug->config().
fill_alloc_value
, bytes);
533
g_debug->config().
fill_alloc_value
, bytes - prev_size);
Config.cpp
272
fill_alloc_value
= DEFAULT_FILL_ALLOC_VALUE;
Completed in 633 milliseconds