Searched refs:nghttp3_mem_malloc (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_mem.h | 39 void *nghttp3_mem_malloc(const nghttp3_mem *mem, size_t size); 47 # define nghttp3_mem_malloc(MEM, SIZE) \ macro
|
H A D | nghttp3_objalloc.h | 127 return nghttp3_mem_malloc(objalloc->balloc.mem, sizeof(TYPE)); \ 132 return nghttp3_mem_malloc(objalloc->balloc.mem, len); \
|
H A D | nghttp3_ringbuf.c | 55 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 D | nghttp3_rcbuf.c | 37 p = nghttp3_mem_malloc(mem, sizeof(nghttp3_rcbuf) + size); in nghttp3_rcbuf_new()
|
H A D | nghttp3_balloc.c | 69 p = nghttp3_mem_malloc(balloc->mem, sizeof(nghttp3_memblock_hd) + 0x10u + in nghttp3_balloc_get()
|
H A D | nghttp3_mem.c | 61 void *nghttp3_mem_malloc(const nghttp3_mem *mem, size_t size) { in nghttp3_mem_malloc() function
|
H A D | nghttp3_frame.c | 149 *pnva = nghttp3_mem_malloc(mem, buflen); in nghttp3_nva_copy()
|
H A D | nghttp3_qpack.c | 1638 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 D | nghttp3_stream.c | 769 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