Home
last modified time | relevance | path

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

/third_party/libffi/src/
Dclosures.c162 vm_address_t config_page; member
190 vm_address_t config_page; in ffi_trampoline_table_alloc() local
199 config_page = 0x0; in ffi_trampoline_table_alloc()
200 kt = vm_allocate (mach_task_self (), &config_page, PAGE_MAX_SIZE * 2, in ffi_trampoline_table_alloc()
206 trampoline_page = config_page + PAGE_MAX_SIZE; in ffi_trampoline_table_alloc()
217 vm_deallocate (mach_task_self (), config_page, PAGE_MAX_SIZE * 2); in ffi_trampoline_table_alloc()
224 table->config_page = config_page; in ffi_trampoline_table_alloc()
257 vm_deallocate (mach_task_self (), table->config_page, PAGE_MAX_SIZE * 2); in ffi_trampoline_table_free()