Home
last modified time | relevance | path

Searched refs:MAX_MEM_SIZE (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_a/testsuites/unittest/basic/mem/vm/smoke/
H A Doom_test_001.cpp33 #define MAX_MEM_SIZE 0x6000000 macro
44 ptr = (unsigned int *)mmap(0, MAX_MEM_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON, -1, 0); in Testcase()
47 for (int i = 0; i < MAX_MEM_SIZE / PAGE_SIZE; i++) { in Testcase()
51 /* if we go here, phy mem is enough, should increase the MAX_MEM_SIZE and rerun */ in Testcase()

Completed in 1 milliseconds