Searched refs:allocator_struct (Results 1 – 2 of 2) sorted by relevance
12 struct allocator_struct { struct29 extern void protect_allocations(struct allocator_struct *desc); argument30 extern void drop_all_allocations(struct allocator_struct *desc);31 extern void *allocate(struct allocator_struct *desc, unsigned int size);32 extern void free_one_entry(struct allocator_struct *desc, void *entry);33 extern void show_allocations(struct allocator_struct *);34 extern void get_allocator_stats(struct allocator_struct *, struct allocator_stats *);47 static struct allocator_struct x##_allocator = { \
46 void protect_allocations(struct allocator_struct *desc) in protect_allocations()51 void drop_all_allocations(struct allocator_struct *desc) in drop_all_allocations()67 void free_one_entry(struct allocator_struct *desc, void *entry) in free_one_entry()74 void *allocate(struct allocator_struct *desc, unsigned int size) in allocate()123 void show_allocations(struct allocator_struct *x) in show_allocations()132 void get_allocator_stats(struct allocator_struct *x, struct allocator_stats *s) in get_allocator_stats()