Go to the documentation of this file.
31 b = malloc(
sizeof(size) + size);
36 memcpy((
char*)b +
sizeof(uint32_t), data, size);
54 return (
char*)b +
sizeof(uint32_t);
59 const uint32_t len =
sizeof(uint32_t) + b->size;
61 return 4 * (len / 4 + 1);