Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
Dhog.c31 char *global_buf = NULL; variable
54 global_buf[index % buf_size] = 0x00; in TouchMemory()
56 dummy = global_buf[index % buf_size]; in TouchMemory()
65 global_buf = realloc(global_buf, new_buf_size); in BalloonMemory()
69 char *new_chunk = global_buf + buf_size + chunk * CHUNK_SIZE; in BalloonMemory()