MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / fill_memory

Function fill_memory

src/cputest.cpp:2191–2201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2189}
2190
2191static void fill_memory(void)
2192{
2193 if (low_memory_temp)
2194 fill_memory_buffer(low_memory_temp, low_memory_size);
2195 if (high_memory_temp)
2196 fill_memory_buffer(high_memory_temp, high_memory_size);
2197 fill_memory_buffer(test_memory_temp, test_memory_size);
2198 if (feature_loop_mode_jit) {
2199 memset(test_memory_temp, 0xff, LM_BUFFER);
2200 }
2201}
2202
2203static void compressfile(TCHAR *path, int flags)
2204{

Callers 1

testFunction · 0.85

Calls 1

fill_memory_bufferFunction · 0.85

Tested by

no test coverage detected