Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/useful/
Dsmchash.c50 Int nToAlloc = gb->nbytes + (gb->ga & 3); in read_one() local
52 gb->bytes = malloc( gb->nbytes + nToAlloc); in read_one()