Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_router.c1607 nxt_mp_t *mp, *app_mp; in nxt_router_conf_create() local
1700 app_mp = nxt_mp_create(4096, 128, 1024, 64); in nxt_router_conf_create()
1701 if (nxt_slow_path(app_mp == NULL)) { in nxt_router_conf_create()
1705 app = nxt_mp_get(app_mp, sizeof(nxt_app_t) + name.length + size); in nxt_router_conf_create()
1712 app->mem_pool = app_mp; in nxt_router_conf_create()
1728 nxt_mp_destroy(app_mp); in nxt_router_conf_create()
1801 targets = nxt_mp_get(app_mp, sizeof(nxt_str_t) * n); in nxt_router_conf_create()
1812 s = nxt_str_dup(app_mp, &targets[i], &target); in nxt_router_conf_create()
2156 nxt_mp_destroy(app_mp); in nxt_router_conf_create()