Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dallocate.h46 static struct allocator_struct x##_allocator = { \
52 return allocate(&x##_allocator, objsize+extra); \
56 free_one_entry(&x##_allocator, entry); \
60 show_allocations(&x##_allocator); \
64 get_allocator_stats(&x##_allocator, s); \
68 drop_all_allocations(&x##_allocator); \
72 protect_allocations(&x##_allocator); \
H A Dsmatch_mtag.c68 static int save_allocator(void *_allocator, int argc, char **argv, char **azColName) in save_allocator() argument
70 char **allocator = _allocator; in save_allocator()