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

  /external/valgrind/memcheck/tests/
memalign_test.c 11 unsigned long pszB = sysconf(_SC_PAGE_SIZE);
13 assert(pszB == 4096 || pszB == 16384 || pszB == 65536);
18 assert( (((unsigned long)(a[i])) % pszB) == 0 );
  /external/valgrind/coregrind/m_replacemalloc/
vg_replace_malloc.c 782 static int pszB = 0; \
783 if (pszB == 0) \
784 pszB = my_getpagesize(); \
786 ((SizeT)pszB, size); \
796 static int pszB = 0; \
797 if (pszB == 0) \
798 pszB = my_getpagesize(); \
801 ((SizeT)pszB, size); \
    [all...]
  /external/valgrind/coregrind/
m_mallocfree.c 95 Total size in bytes (bszB) and payload size in bytes (pszB)
98 bszB == pszB + 2*sizeof(SizeT) + 2*a->rz_szB
102 bszB == pszB + 2*sizeof(SizeT) + 2*a->rz_szB + VG_MIN_MALLOC_SZB
368 SizeT pszB_to_bszB ( Arena* a, SizeT pszB )
370 return pszB + overhead_szB(a);
    [all...]
  /external/valgrind/helgrind/
hg_main.c     [all...]

Completed in 61 milliseconds