HomeSort by relevance Sort by last modified time
    Searched full: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 == 65536);
18 assert( (((unsigned long)(a[i])) % pszB) == 0 );
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 603 static int pszB = 0; \
604 if (pszB == 0) \
605 pszB = local__getpagesize(); \
607 ((SizeT)pszB, size); \
615 static int pszB = 0; \
616 if (pszB == 0) \
617 pszB = local__getpagesize(); \
619 ((SizeT)pszB, size); \
728 SizeT pszB; \
735 pszB = (SizeT)VALGRIND_NON_SIMD_CALL1( info.tl_malloc_usable_size, p );
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 92 Total size in bytes (bszB) and payload size in bytes (pszB)
95 bszB == pszB + 2*sizeof(SizeT) + 2*a->rz_szB
99 bszB == pszB + 2*sizeof(SizeT) + 2*a->rz_szB + VG_MIN_MALLOC_SZB
314 SizeT pszB_to_bszB ( Arena* a, SizeT pszB )
316 return pszB + overhead_szB(a);
774 "newSuperblock at %p (pszB %7ld) owner %s/%s\n",
819 UInt pszB_to_listNo ( SizeT pszB )
821 SizeT n = pszB / VG_MIN_MALLOC_SZB;
822 vg_assert(0 == pszB % VG_MIN_MALLOC_SZB);
892 SizeT pszB = 0
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 83 milliseconds