1 #ifndef __ZGEN_BESTFIRST_SPAN_POOL_H__
2 #define __ZGEN_BESTFIRST_SPAN_POOL_H__
37 int bucket_size=65535);
66 Span* next_valid_span;
71 int num_spans_left_in_bucket;
79 #endif // end for __ZGEN_BESTFIRST_SPAN_POOL_H__
void pruge()
Definition: span_allocator.cc:73
friend std::ostream & operator<<(std::ostream &os, const SpanAllocator &allocator)
Span * malloc()
Definition: span_allocator.cc:30
Definition: span_allocator.h:27
void clear()
Definition: span_allocator.cc:59
SpanAllocator(int reserved_num_spans=1, int bucket_size=65535)
Definition: span_allocator.cc:8