Home
last modified time | relevance | path

Searched refs:allocator_struct (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dallocate.h12 struct allocator_struct { struct
28 extern void protect_allocations(struct allocator_struct *desc); argument
29 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 = { \
H A Dallocate.c46 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()
H A Dsmatch_slist.c354 struct allocator_struct *desc = &sm_state_allocator; in free_every_single_sm_state()
H A Dsmatch_ranges.c2044 struct allocator_struct *desc = &data_info_allocator; in free_data_info_allocs()