Home
last modified time | relevance | path

Searched refs:pszB (Results 1 – 8 of 8) sorted by relevance

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dmemalign_test.c11 unsigned long pszB = sysconf(_SC_PAGE_SIZE); in main() local
13 …assert(pszB == 4096 || pszB == 8192 || pszB == 16384 || pszB == 32768 || pszB == 65536); /* All on… in main()
18 assert( (((unsigned long)(a[i])) % pszB) == 0 ); in main()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dmemalign_test.c11 unsigned long pszB = sysconf(_SC_PAGE_SIZE); in main() local
13 …assert(pszB == 4096 || pszB == 8192 || pszB == 16384 || pszB == 32768 || pszB == 65536); /* All on… in main()
18 assert( (((unsigned long)(a[i])) % pszB) == 0 ); in main()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c1062 static int pszB = 0; \
1063 if (pszB == 0) \
1064 pszB = my_getpagesize(); \
1066 ((SizeT)pszB, size); \
1076 static int pszB = 0; \
1077 if (pszB == 0) \
1078 pszB = my_getpagesize(); \
1081 ((SizeT)pszB, size); \
1230 SizeT pszB; \
1238 MALLOC_TRACE(" = %llu\n", (ULong)pszB ); \
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c1062 static int pszB = 0; \
1063 if (pszB == 0) \
1064 pszB = my_getpagesize(); \
1066 ((SizeT)pszB, size); \
1076 static int pszB = 0; \
1077 if (pszB == 0) \
1078 pszB = my_getpagesize(); \
1081 ((SizeT)pszB, size); \
1230 SizeT pszB; \
1238 MALLOC_TRACE(" = %llu\n", (ULong)pszB ); \
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_mallocfree.c372 SizeT pszB_to_bszB ( Arena* a, SizeT pszB ) in pszB_to_bszB() argument
374 return pszB + overhead_szB(a); in pszB_to_bszB()
1126 UInt pszB_to_listNo ( SizeT pszB ) in pszB_to_listNo() argument
1128 SizeT n = pszB / VG_MIN_MALLOC_SZB; in pszB_to_listNo()
1129 vg_assert(0 == (pszB % VG_MIN_MALLOC_SZB)); in pszB_to_listNo()
1153 SizeT pszB = 0; in listNo_to_pszB_min() local
1154 while (pszB_to_listNo(pszB) < i) in listNo_to_pszB_min()
1155 pszB += VG_MIN_MALLOC_SZB; in listNo_to_pszB_min()
1156 cache[i] = pszB; in listNo_to_pszB_min()
1615 SizeT pszB = bszB_to_pszB(a, bszB); in mkFreeBlock() local
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_mallocfree.c372 SizeT pszB_to_bszB ( Arena* a, SizeT pszB ) in pszB_to_bszB() argument
374 return pszB + overhead_szB(a); in pszB_to_bszB()
1126 UInt pszB_to_listNo ( SizeT pszB ) in pszB_to_listNo() argument
1128 SizeT n = pszB / VG_MIN_MALLOC_SZB; in pszB_to_listNo()
1129 vg_assert(0 == (pszB % VG_MIN_MALLOC_SZB)); in pszB_to_listNo()
1153 SizeT pszB = 0; in listNo_to_pszB_min() local
1154 while (pszB_to_listNo(pszB) < i) in listNo_to_pszB_min()
1155 pszB += VG_MIN_MALLOC_SZB; in listNo_to_pszB_min()
1156 cache[i] = pszB; in listNo_to_pszB_min()
1615 SizeT pszB = bszB_to_pszB(a, bszB); in mkFreeBlock() local
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/
H A Dhg_main.c5214 SizeT pszB = 0; in hg_handle_client_request() local
5218 &payload, &pszB, args[1])) { in hg_handle_client_request()
5219 if (pszB > 0) { in hg_handle_client_request()
5220 evh__die_mem(payload, pszB); in hg_handle_client_request()
5221 evh__new_mem(payload, pszB); in hg_handle_client_request()
5223 *ret = pszB; in hg_handle_client_request()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/
H A Dhg_main.c5214 SizeT pszB = 0; in hg_handle_client_request() local
5218 &payload, &pszB, args[1])) { in hg_handle_client_request()
5219 if (pszB > 0) { in hg_handle_client_request()
5220 evh__die_mem(payload, pszB); in hg_handle_client_request()
5221 evh__new_mem(payload, pszB); in hg_handle_client_request()
5223 *ret = pszB; in hg_handle_client_request()