HomeSort by relevance Sort by last modified time
    Searched refs:hp_lim (Results 1 - 3 of 3) sorted by null

  /external/valgrind/drd/tests/
custom_alloc.c 29 static void* hp_lim = 0; // maximum usable byte in current block local
33 if (hp + size2 > hp_lim) {
35 hp_lim = hp + SUPERBLOCK_SIZE - 1;
  /external/valgrind/massif/tests/
custom_alloc.c 29 static void* hp_lim = 0; // maximum usable byte in current block local
33 if (hp + size2 > hp_lim) {
35 hp_lim = hp + SUPERBLOCK_SIZE - 1;
  /external/valgrind/memcheck/tests/
custom_alloc.c 35 static void* hp_lim = 0; // maximum usable byte in current block local
39 if (hp + size2 > hp_lim) {
41 hp_lim = hp + SUPERBLOCK_SIZE - 1;

Completed in 75 milliseconds