Searched refs:hp_lim (Results 1 – 4 of 4) sorted by relevance
29 static void* hp_lim = 0; // maximum usable byte in current block in custom_alloc() local33 if (hp + size2 > hp_lim) { in custom_alloc()35 hp_lim = hp + SUPERBLOCK_SIZE - 1; in custom_alloc()
35 static void* hp_lim = 0; // maximum usable byte in current block in custom_alloc() local39 if (hp + size2 > hp_lim) { in custom_alloc()41 hp_lim = hp + SUPERBLOCK_SIZE - 1; in custom_alloc()
599 static Addr hp_lim = 0; // maximum usable byte in current block in perm_malloc() local603 if (hp + n_bytes > hp_lim) { in perm_malloc()608 hp_lim = hp + SUPERBLOCK_SIZE - 1; in perm_malloc()