Lines Matching defs:mem
1092 size_t mem = Runtime::Current()->GetHeap()->GetFreeMemory();1093 if (length * 8 > mem) {1094 length = mem / 8;