Searched defs:pszB (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/memcheck/tests/
H A Dmemalign_test.c11 unsigned long pszB = sysconf(_SC_PAGE_SIZE); local
13 assert(pszB == 4096 || pszB == 16384 || pszB == 65536);
18 assert( (((unsigned long)(a[i])) % pszB) == 0 );
/external/valgrind/coregrind/
H A Dm_mallocfree.c95 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);
880 "newSuperblock at %p (pszB %7lu) %s owner %s/%s\n",
898 "reclaimSuperblock at %p (pszB %7lu) %s owner %s/%s\n",
1015 UInt pszB_to_listNo ( SizeT pszB )
1017 SizeT n = pszB / VG_MIN_MALLOC_SZB;
1018 vg_assert(0 == pszB
1088 SizeT pszB = 0; local
1550 SizeT pszB = bszB_to_pszB(a, bszB); local
[all...]
/external/valgrind/helgrind/
H A Dhg_main.c5039 SizeT pszB = 0; local
5043 &payload, &pszB, args[1])) {
5044 if (pszB > 0) {
5045 evh__die_mem(payload, pszB);
5046 evh__new_mem(payload, pszB);
5048 *ret = pszB;

Completed in 442 milliseconds