Home
last modified time | relevance | path

Searched refs:nghttp3_mem_malloc (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_mem.h39 void *nghttp3_mem_malloc(const nghttp3_mem *mem, size_t size);
47 # define nghttp3_mem_malloc(MEM, SIZE) \ macro
H A Dnghttp3_objalloc.h127 return nghttp3_mem_malloc(objalloc->balloc.mem, sizeof(TYPE)); \
132 return nghttp3_mem_malloc(objalloc->balloc.mem, len); \
H A Dnghttp3_ringbuf.c55 rb->buf = nghttp3_mem_malloc(mem, nmemb * size); in nghttp3_ringbuf_init()
135 buf = nghttp3_mem_malloc(rb->mem, nmemb * rb->size); in nghttp3_ringbuf_reserve()
H A Dnghttp3_rcbuf.c37 p = nghttp3_mem_malloc(mem, sizeof(nghttp3_rcbuf) + size); in nghttp3_rcbuf_new()
H A Dnghttp3_balloc.c69 p = nghttp3_mem_malloc(balloc->mem, sizeof(nghttp3_memblock_hd) + 0x10u + in nghttp3_balloc_get()
H A Dnghttp3_mem.c61 void *nghttp3_mem_malloc(const nghttp3_mem *mem, size_t size) { in nghttp3_mem_malloc() function
H A Dnghttp3_frame.c149 *pnva = nghttp3_mem_malloc(mem, buflen); in nghttp3_nva_copy()
H A Dnghttp3_qpack.c1638 nghttp3_mem_malloc(mem, sizeof(nghttp3_qpack_header_block_ref)); in nghttp3_qpack_header_block_ref_new()
1674 stream = nghttp3_mem_malloc(mem, sizeof(nghttp3_qpack_stream)); in nghttp3_qpack_stream_new()
2051 new_ent = nghttp3_mem_malloc(mem, sizeof(nghttp3_qpack_entry)); in nghttp3_qpack_context_dtable_add()
4005 p = nghttp3_mem_malloc(mem, sizeof(nghttp3_qpack_encoder)); in nghttp3_qpack_encoder_new()
4038 p = nghttp3_mem_malloc(mem, sizeof(nghttp3_qpack_stream_context)); in nghttp3_qpack_stream_context_new()
4070 p = nghttp3_mem_malloc(mem, sizeof(nghttp3_qpack_decoder)); in nghttp3_qpack_decoder_new()
H A Dnghttp3_stream.c769 p = nghttp3_mem_malloc(stream->mem, n); in nghttp3_stream_ensure_chunk()
1014 rawbuf = nghttp3_mem_malloc(stream->mem, 16384); in nghttp3_stream_buffer_data()

Completed in 10 milliseconds