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

  /external/valgrind/main/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/main/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/main/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;
  /external/valgrind/main/massif/
ms_main.c 599 static Addr hp_lim = 0; // maximum usable byte in current block local
603 if (hp + n_bytes > hp_lim) {
608 hp_lim = hp + SUPERBLOCK_SIZE - 1;
    [all...]

Completed in 146 milliseconds