Home | History | Annotate | Download | only in m_replacemalloc

Lines Matching refs:VG_MIN_MALLOC_SZB

69 #include "pub_core_mallocfree.h"    // for VG_MIN_MALLOC_SZB, VG_AR_CLIENT
690 if (alignment < VG_MIN_MALLOC_SZB) \
691 alignment = VG_MIN_MALLOC_SZB; \
715 if (alignment < VG_MIN_MALLOC_SZB) \
716 alignment = VG_MIN_MALLOC_SZB; \