Searched refs:alloclen (Results 1 – 3 of 3) sorted by relevance
45 size_t alloclen = sizeof(nghttp2_nv) * len; \47 nghttp2_nv *a = mem->malloc(alloclen, NULL); \48 nghttp2_nv *b = mem->malloc(alloclen, NULL); \50 memcpy(a, sa, alloclen); \51 memcpy(b, sb, alloclen); \
155 auto alloclen = get_alloc_length(ptr); in realloc() local157 if (size <= alloclen) { in realloc()161 auto nalloclen = std::max(size + 1, alloclen * 2); in realloc()164 std::copy_n(p, alloclen, static_cast<uint8_t *>(res)); in realloc()
618 uint8_t alloclen; /* 4: Allocation length */ member645 uint8_t alloclen[2]; /* 3-4: Allocation length */ member705 uint8_t alloclen; /* 4: Allocation length */ member806 uint8_t alloclen[2]; /* 7-8: Allocation length */ member966 uint8_t alloclen[2]; /* 7-8: Allocation length */ member