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

  /external/valgrind/main/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/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 775 static int pszB = 0; \
776 if (pszB == 0) \
777 pszB = my_getpagesize(); \
779 ((SizeT)pszB, size); \
789 static int pszB = 0; \
790 if (pszB == 0) \
791 pszB = my_getpagesize(); \
794 ((SizeT)pszB, size); \
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 96 Total size in bytes (bszB) and payload size in bytes (pszB)
99 bszB == pszB + 2*sizeof(SizeT) + 2*a->rz_szB
103 bszB == pszB + 2*sizeof(SizeT) + 2*a->rz_szB + VG_MIN_MALLOC_SZB
369 SizeT pszB_to_bszB ( Arena* a, SizeT pszB )
371 return pszB + overhead_szB(a);
847 "newSuperblock at %p (pszB %7ld) %s owner %s/%s\n",
865 "reclaimSuperblock at %p (pszB %7ld) %s owner %s/%s\n",
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 152 milliseconds