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 746 static int pszB = 0; \
747 if (pszB == 0) \
748 pszB = my_getpagesize(); \
750 ((SizeT)pszB, size); \
760 static int pszB = 0; \
761 if (pszB == 0) \
762 pszB = my_getpagesize(); \
764 ((SizeT)pszB, size); \
892 SizeT pszB; \
899 pszB = (SizeT)VALGRIND_NON_SIMD_CALL1( info.tl_malloc_usable_size, p );
    [all...]
  /external/valgrind/main/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
359 SizeT pszB_to_bszB ( Arena* a, SizeT pszB )
361 return pszB + overhead_szB(a);
827 "newSuperblock at %p (pszB %7ld) %s owner %s/%s\n",
845 "reclaimSuperblock at %p (pszB %7ld) %s owner %s/%s\n",
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 187 milliseconds