HomeSort by relevance Sort by last modified time
    Searched refs:VG_MIN_MALLOC_SZB (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/coregrind/m_replacemalloc/
replacemalloc_core.c 43 VG_MIN_MALLOC_SZB.
50 default: 0, i.e. use VG_MIN_MALLOC_SZB. */
51 UInt VG_(clo_alignment) = VG_MIN_MALLOC_SZB;
57 if (VG_(clo_alignment) < VG_MIN_MALLOC_SZB ||
63 VG_MIN_MALLOC_SZB);
82 if (VG_MIN_MALLOC_SZB == align)
vg_replace_malloc.c 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; \
    [all...]
  /external/valgrind/main/coregrind/
pub_core_mallocfree.h 74 # define VG_MIN_MALLOC_SZB 8
86 # define VG_MIN_MALLOC_SZB 16
m_mallocfree.c 77 cost center (OPTIONAL) (VG_MIN_MALLOC_SZB bytes, only when h-p enabled)
86 cost center (OPTIONAL) (VG_MIN_MALLOC_SZB bytes, only when h-p enabled)
102 bszB == pszB + 2*sizeof(SizeT) + 2*a->rz_szB + VG_MIN_MALLOC_SZB
116 when rounding the payload size up to VG_MIN_MALLOC_SZB.
124 Nb: All Block payloads must be VG_MIN_MALLOC_SZB-aligned. This is
125 achieved by ensuring that Superblocks are VG_MIN_MALLOC_SZB-aligned
127 things are a multiple of VG_MIN_MALLOC_SZB:
152 // entire Superblock is aligned to VG_MIN_MALLOC_SZB, then payload_bytes[]
154 // 8-bytes on 32-bit machines with an 8-byte VG_MIN_MALLOC_SZB -- because
183 UByte padding[ VG_MIN_MALLOC_SZB
    [all...]
m_main.c 279 VG_(sprintf)(default_alignment, "%d", VG_MIN_MALLOC_SZB);
    [all...]

Completed in 153 milliseconds