Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_buf_size.c778 static void match_alloc_pages(const char *fn, struct expression *expr, void *_order_arg) in match_alloc_pages() function
958 add_allocation_function("alloc_pages", &match_alloc_pages, 1); in register_buf_size()
959 add_allocation_function("alloc_pages_current", &match_alloc_pages, 1); in register_buf_size()
960 add_allocation_function("__get_free_pages", &match_alloc_pages, 1); in register_buf_size()