pike.git/
src/
block_allocator.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-10-03
2014-10-03 16:23:30 by 0
4f6cdec421472817681bf00adfa6174b514efca1 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Fix a bunch of Clang warnings.
444:
} #endif
-
static void ba_sort_free_list(const struct block_allocator *a, struct ba_page *p,
+
static void ba_sort_free_list(const struct block_allocator *
VALGRINDUSED(
a
)
,
+
struct ba_page *p,
const struct ba_layout *l) { struct bitvector v; size_t i, j;