Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dallocate.h12 struct allocator_struct { struct
29 extern void protect_allocations(struct allocator_struct *desc); argument
30 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 = { \
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()