Searched refs:malloc_alignment (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dmalloc_debug_qemu.cpp241 #define DEFAULT_PREFIX_SIZE (malloc_alignment * 4)
246 #define DEFAULT_SUFFIX_SIZE (malloc_alignment * 4)
353 static uint32_t malloc_alignment = 8; variable
635 malloc_alignment = alignment;
789 desc.prefix_size &= ~(malloc_alignment - 1);

Completed in 21 milliseconds