Lines Matching defs:sc_allocator
70 class sc_allocator {
74 sc_allocator( int blksz, int cellsz );
75 ~sc_allocator();
100 sc_allocator::sc_allocator( int blksz, int cellsz )
106 sc_allocator::~sc_allocator()
114 sc_allocator::allocate()
145 sc_allocator::release(void* p)
153 sc_allocator::display_statistics()
209 sc_allocator** allocators;
231 allocators = new sc_allocator*[npools + 1];
233 allocators[i] = new sc_allocator(blksz, cell_sizes[i]);