pike.git/
src/
block_allocator.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-09-05
2014-09-05 10:12:52 by Arne Goedeke <el@laramies.com>
8e90379fc5d6a1e718396a9bc15a5c97bf862a40 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Valgrind: suppress some warnings
60:
struct ba_block_header * next; };
-
static INLINE void ba_clear_page(struct block_allocator * a, struct ba_page * p, struct ba_layout * l) {
+
static INLINE void ba_clear_page(struct block_allocator *
VALGRINDUSED(
a
)
, struct ba_page * p, struct ba_layout * l) {
p->h.used = 0; p->h.flags = BA_FLAG_SORTED; p->h.first = BA_BLOCKN(*l, p, 0);