Searched refs:fill_bytes (Results 1 – 1 of 1) sorted by relevance
321 size_t fill_bytes = g_debug->config().fill_on_alloc_bytes(); in internal_malloc() local322 bytes = (bytes < fill_bytes) ? bytes : fill_bytes; in internal_malloc()382 size_t fill_bytes = g_debug->config().fill_on_free_bytes(); in internal_free() local383 bytes = (bytes < fill_bytes) ? bytes : fill_bytes; in internal_free()472 size_t fill_bytes = g_debug->config().fill_on_alloc_bytes(); in debug_memalign() local473 bytes = (bytes < fill_bytes) ? bytes : fill_bytes; in debug_memalign()