Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/android/
Dbinder_alloc.h143 extern int binder_alloc_get_allocated_count(struct binder_alloc *alloc);
Dbinder_alloc.c949 int binder_alloc_get_allocated_count(struct binder_alloc *alloc) in binder_alloc_get_allocated_count() function
Dbinder.c5751 count = binder_alloc_get_allocated_count(&proc->alloc); in print_binder_proc_stats()