Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/
H A Dmemorystatus_zone_test.c30 #define ALLOCATION_SIZE_VM_REGION (16*1024) /* 16 KB */ macro
31 #define ALLOCATION_SIZE_VM_OBJECT ALLOCATION_SIZE_VM_REGION
33 #define ALLOCATION_SIZE_VM_REGION (1024*1024*100) /* 100 MB */ macro
128 alloc_size = ALLOCATION_SIZE_VM_REGION; in allocate_vm_stuff()