Home
last modified time | relevance | path

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

/external/valgrind/main/massif/tests/
Dcustom_alloc.c29 static void* hp_lim = 0; // maximum usable byte in current block in custom_alloc() local
33 if (hp + size2 > hp_lim) { in custom_alloc()
35 hp_lim = hp + SUPERBLOCK_SIZE - 1; in custom_alloc()
/external/valgrind/main/drd/tests/
Dcustom_alloc.c29 static void* hp_lim = 0; // maximum usable byte in current block in custom_alloc() local
33 if (hp + size2 > hp_lim) { in custom_alloc()
35 hp_lim = hp + SUPERBLOCK_SIZE - 1; in custom_alloc()
/external/valgrind/main/memcheck/tests/
Dcustom_alloc.c35 static void* hp_lim = 0; // maximum usable byte in current block in custom_alloc() local
39 if (hp + size2 > hp_lim) { in custom_alloc()
41 hp_lim = hp + SUPERBLOCK_SIZE - 1; in custom_alloc()
/external/valgrind/main/massif/
Dms_main.c599 static Addr hp_lim = 0; // maximum usable byte in current block in perm_malloc() local
603 if (hp + n_bytes > hp_lim) { in perm_malloc()
608 hp_lim = hp + SUPERBLOCK_SIZE - 1; in perm_malloc()