Searched refs:allocator_struct (Results 1 – 4 of 4) sorted by relevance
12 struct allocator_struct { struct28 extern void protect_allocations(struct allocator_struct *desc); argument29 extern void drop_all_allocations(struct allocator_struct *desc);30 extern void *allocate(struct allocator_struct *desc, unsigned int size);31 extern void free_one_entry(struct allocator_struct *desc, void *entry);32 extern void show_allocations(struct allocator_struct *);33 extern void get_allocator_stats(struct allocator_struct *, struct allocator_stats *);46 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()
354 struct allocator_struct *desc = &sm_state_allocator; in free_every_single_sm_state()
2044 struct allocator_struct *desc = &data_info_allocator; in free_data_info_allocs()