Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder_alloc.h143 extern int binder_alloc_get_allocated_count(struct binder_alloc *alloc);
H A Dbinder_alloc.c951 int binder_alloc_get_allocated_count(struct binder_alloc *alloc) in binder_alloc_get_allocated_count() function
H A Dbinder.c6371 count = binder_alloc_get_allocated_count(&proc->alloc); in print_binder_proc_stats()