TALLOC_POOL_HDR_SIZE 376 lib/talloc/talloc.c void *result = __talloc(context, size + TALLOC_POOL_HDR_SIZE); TALLOC_POOL_HDR_SIZE 386 lib/talloc/talloc.c tc->pool = (char *)result + TALLOC_POOL_HDR_SIZE; TALLOC_POOL_HDR_SIZE 930 lib/talloc/talloc.c tc->pool = ((char *)tc + TC_HDR_SIZE + TALLOC_POOL_HDR_SIZE); TALLOC_POOL_HDR_SIZE 933 lib/talloc/talloc.c tc->pool, tc->size - TALLOC_POOL_HDR_SIZE);