Searched refs:nxt_mem_munmap (Results 1 – 8 of 8) sorted by relevance
/unit/src/ |
H A D | nxt_mem_map.h | 54 nxt_mem_munmap(addr, len) 59 NXT_EXPORT void nxt_mem_munmap(void *addr, size_t len);
|
H A D | nxt_mem_map.c | 32 nxt_mem_munmap(void *addr, size_t len) in nxt_mem_munmap() function
|
H A D | nxt_port_memory.c | 33 nxt_mem_munmap(mmap_handler->hdr, PORT_MMAP_SIZE); in nxt_port_mmap_handler_use() 242 nxt_mem_munmap(mem, PORT_MMAP_SIZE); in nxt_port_incoming_port_mmap() 251 nxt_mem_munmap(mem, PORT_MMAP_SIZE); in nxt_port_incoming_port_mmap() 265 nxt_mem_munmap(mem, PORT_MMAP_SIZE); in nxt_port_incoming_port_mmap()
|
H A D | nxt_conn_write.c | 287 nxt_mem_munmap(map, size + page_off); in nxt_sendfile()
|
H A D | nxt_port.c | 119 nxt_mem_munmap(port->queue, size); in nxt_port_close()
|
H A D | nxt_controller.c | 628 nxt_mem_munmap(mem, size); in nxt_controller_conf_send() 2453 nxt_mem_munmap(mem, size); in nxt_controller_conf_store()
|
H A D | nxt_main_process.c | 1588 nxt_mem_munmap(p, size); in nxt_main_port_conf_store_handler()
|
H A D | nxt_router.c | 838 nxt_mem_munmap(p, size); in nxt_router_conf_data_handler()
|