Using new memory pool implementation.
This commit is contained in:
@@ -133,10 +133,10 @@ nxt_str_null(str) \
|
||||
} while (0)
|
||||
|
||||
|
||||
NXT_EXPORT nxt_str_t *nxt_str_alloc(nxt_mem_pool_t *mp, size_t length);
|
||||
NXT_EXPORT nxt_str_t *nxt_str_dup(nxt_mem_pool_t *mp, nxt_str_t *dst,
|
||||
NXT_EXPORT nxt_str_t *nxt_str_alloc(nxt_mp_t *mp, size_t length);
|
||||
NXT_EXPORT nxt_str_t *nxt_str_dup(nxt_mp_t *mp, nxt_str_t *dst,
|
||||
const nxt_str_t *src);
|
||||
NXT_EXPORT char *nxt_str_copy(nxt_mem_pool_t *mp, const nxt_str_t *src);
|
||||
NXT_EXPORT char *nxt_str_copy(nxt_mp_t *mp, const nxt_str_t *src);
|
||||
|
||||
|
||||
#define \
|
||||
|
||||
Reference in New Issue
Block a user