Home
last modified time | relevance | path

Searched refs:alloclen (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/tests/
Dnghttp2_test_helper.h45 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); \
/third_party/nghttp2/src/
Dallocator.h155 auto alloclen = get_alloc_length(ptr); in realloc() local
157 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()
/third_party/NuttX/include/nuttx/
Dscsi.h618 uint8_t alloclen; /* 4: Allocation length */ member
645 uint8_t alloclen[2]; /* 3-4: Allocation length */ member
705 uint8_t alloclen; /* 4: Allocation length */ member
806 uint8_t alloclen[2]; /* 7-8: Allocation length */ member
966 uint8_t alloclen[2]; /* 7-8: Allocation length */ member