Home
last modified time | relevance | path

Searched defs:nghttp3_mem_realloc (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_mem.h75 # define nghttp3_mem_realloc(MEM, PTR, SIZE) \ macro
Dnghttp3_mem.c73 void *nghttp3_mem_realloc(const nghttp3_mem *mem, void *ptr, size_t size) { in nghttp3_mem_realloc() function