Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_malloc.h15 NXT_EXPORT void *nxt_realloc(void *p, size_t size)
H A Dnxt_malloc.c65 nxt_realloc(void *p, size_t size) in nxt_realloc() function
H A Dnxt_thread_time.c416 tsc = nxt_realloc(thr->time.strings, size); in nxt_thread_time_string_cache()
H A Dnxt_isolation.c952 mounts = nxt_realloc(mounts, nmounts); in nxt_isolation_make_private_mount()
957 shared = nxt_realloc(shared, nmounts); in nxt_isolation_make_private_mount()
H A Dnxt_cert.c237 new_cert = nxt_realloc(cert, sizeof(nxt_cert_t) in nxt_cert_bio()
876 p = nxt_realloc(buf, size); in nxt_cert_store_load()
H A Dnxt_poll_engine.c399 pfd = nxt_realloc(engine->u.poll.set, sizeof(struct pollfd) * max_nfds); in nxt_poll_set_add()
H A Dnxt_script.c407 p = nxt_realloc(buf, size); in nxt_script_store_load()
H A Dnxt_port_memory.c69 port_mmaps->elts = nxt_realloc(port_mmaps->elts, in nxt_port_mmap_at()