TALLOC_POOL_HDR_SIZE  451 third_party/talloc/talloc.c 	void *result = __talloc(context, size + TALLOC_POOL_HDR_SIZE);
TALLOC_POOL_HDR_SIZE  461 third_party/talloc/talloc.c 	tc->pool = (char *)result + TALLOC_POOL_HDR_SIZE;
TALLOC_POOL_HDR_SIZE 1076 third_party/talloc/talloc.c 		tc->pool = ((char *)tc + TC_HDR_SIZE + TALLOC_POOL_HDR_SIZE);
TALLOC_POOL_HDR_SIZE 1079 third_party/talloc/talloc.c 			tc->pool, tc->size - TALLOC_POOL_HDR_SIZE);