Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/rts/System/
H A DMemPool.cpp18 if (UseExternalMemory(numBytes)) { in Alloc()
48 if (UseExternalMemory(numBytes)) { in Free()
H A DMemPool.h30 static bool UseExternalMemory(size_t numBytes) { in UseExternalMemory() function