Searched refs:pszB (Results 1 – 4 of 4) sorted by relevance
11 unsigned long pszB = sysconf(_SC_PAGE_SIZE); in main() local13 assert(pszB == 4096 || pszB == 16384 || pszB == 65536); in main()18 assert( (((unsigned long)(a[i])) % pszB) == 0 ); in main()
882 static int pszB = 0; \883 if (pszB == 0) \884 pszB = my_getpagesize(); \886 ((SizeT)pszB, size); \896 static int pszB = 0; \897 if (pszB == 0) \898 pszB = my_getpagesize(); \901 ((SizeT)pszB, size); \1041 SizeT pszB; \1048 pszB = (SizeT)VALGRIND_NON_SIMD_CALL1( info.tl_malloc_usable_size, p ); \[all …]
368 SizeT pszB_to_bszB ( Arena* a, SizeT pszB ) in pszB_to_bszB() argument370 return pszB + overhead_szB(a); in pszB_to_bszB()1015 UInt pszB_to_listNo ( SizeT pszB ) in pszB_to_listNo() argument1017 SizeT n = pszB / VG_MIN_MALLOC_SZB; in pszB_to_listNo()1018 vg_assert(0 == pszB % VG_MIN_MALLOC_SZB); in pszB_to_listNo()1088 SizeT pszB = 0; in listNo_to_pszB_min() local1089 while (pszB_to_listNo(pszB) < i) in listNo_to_pszB_min()1090 pszB += VG_MIN_MALLOC_SZB; in listNo_to_pszB_min()1091 cache[i] = pszB; in listNo_to_pszB_min()1550 SizeT pszB = bszB_to_pszB(a, bszB); in mkFreeBlock() local[all …]
5039 SizeT pszB = 0; in hg_handle_client_request() local5043 &payload, &pszB, args[1])) { in hg_handle_client_request()5044 if (pszB > 0) { in hg_handle_client_request()5045 evh__die_mem(payload, pszB); in hg_handle_client_request()5046 evh__new_mem(payload, pszB); in hg_handle_client_request()5048 *ret = pszB; in hg_handle_client_request()