Home
last modified time | relevance | path

Searched refs:req_szB (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/exp-dhat/
Ddh_main.c74 SizeT req_szB; member
97 tl_assert(b1->req_szB > 0); in interval_tree_Cmp()
98 tl_assert(b2->req_szB > 0); in interval_tree_Cmp()
99 if (b1->payload + b1->req_szB <= b2->payload) return -1; in interval_tree_Cmp()
100 if (b2->payload + b2->req_szB <= b1->payload) return 1; in interval_tree_Cmp()
116 && a < fbc_cache0->payload + fbc_cache0->req_szB)) { in find_Block_containing()
123 && a < fbc_cache1->payload + fbc_cache1->req_szB)) { in find_Block_containing()
133 fake.req_szB = 1; in find_Block_containing()
159 fake.req_szB = 1; in delete_Block_starting_at()
260 api->cur_bytes_live += bk->req_szB; in intro_Block()
[all …]
/external/valgrind/massif/
Dms_main.c592 static Xecu add_heap_xt( ThreadId tid, SizeT req_szB, Bool exclude_first_entry) in add_heap_xt() argument
597 VG_(XTMemory_Full_alloc)(req_szB, ec); in add_heap_xt()
598 return VG_(XT_add_to_ec) (heap_xt, ec, &req_szB); in add_heap_xt()
602 static void sub_heap_xt(Xecu where, SizeT req_szB, Bool exclude_first_entry) in sub_heap_xt() argument
606 if (0 == req_szB) in sub_heap_xt()
609 VG_(XT_sub_from_xecu) (heap_xt, where, &req_szB); in sub_heap_xt()
613 VG_(XTMemory_Full_free)(req_szB, in sub_heap_xt()
1090 SizeT req_szB; // Size requested member
1122 void* record_block( ThreadId tid, void* p, SizeT req_szB, SizeT slop_szB, in record_block() argument
1127 hc->req_szB = req_szB; in record_block()
[all …]