void Discard(void *const AMemory, const unsigned long long ANumBytes) noexcept
Designate an area of memory as not needed for the time being, improving performance. It may be reaccessed at any time, however, it should be assumed to be filled with random data upon doing so.