Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Doption.c1680 size_t hmemory, pmemory; in Option() local
1691 hmemory = (1ull) << MSB(size); in Option()
1692 size &= ~hmemory; in Option()
1694 sprintf(buffer, "hash %" PRIu64 "M\n", (uint64_t) hmemory); in Option()