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

/external/valgrind/exp-dhat/
H A Ddh_main.c74 SizeT req_szB; member in struct:__anon29297
82 UShort* histoW; /* [0 .. req_szB-1] */
97 tl_assert(b1->req_szB > 0);
98 tl_assert(b2->req_szB > 0);
99 if (b1->payload + b1->req_szB <= b2->payload) return -1;
100 if (b2->payload + b2->req_szB <= b1->payload) return 1;
116 && a < fbc_cache0->payload + fbc_cache0->req_szB)) {
123 && a < fbc_cache1->payload + fbc_cache1->req_szB)) {
133 fake.req_szB = 1;
159 fake.req_szB
451 new_block( ThreadId tid, void* p, SizeT req_szB, SizeT req_alignB, Bool is_zeroed ) argument
[all...]
/external/valgrind/massif/
H A Dms_main.c586 // req_szB is added to the xec (unless ec is fully filtered).
592 static Xecu add_heap_xt( ThreadId tid, SizeT req_szB, Bool exclude_first_entry) argument
597 VG_(XTMemory_Full_alloc)(req_szB, ec);
598 return VG_(XT_add_to_ec) (heap_xt, ec, &req_szB);
601 // Substract req_szB from the heap_xt where.
602 static void sub_heap_xt(Xecu where, SizeT req_szB, Bool exclude_first_entry) argument
606 if (0 == req_szB)
609 VG_(XT_sub_from_xecu) (heap_xt, where, &req_szB);
613 VG_(XTMemory_Full_free)(req_szB,
1090 SizeT req_szB; // Siz member in struct:_HP_Chunk
1122 record_block( ThreadId tid, void* p, SizeT req_szB, SizeT slop_szB, Bool exclude_first_entry, Bool maybe_snapshot ) argument
1164 alloc_and_record_block( ThreadId tid, SizeT req_szB, SizeT req_alignB, Bool is_zeroed ) argument
[all...]

Completed in 204 milliseconds