Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/android/
Dbinder_alloc.h135 extern int binder_alloc_get_allocated_count(struct binder_alloc *alloc);
Dbinder_alloc.c922 int binder_alloc_get_allocated_count(struct binder_alloc *alloc) in binder_alloc_get_allocated_count() function
Dbinder.c5898 count = binder_alloc_get_allocated_count(&proc->alloc); in print_binder_proc_stats()