Data Fields | |
| volatile int | total_containers |
| volatile int | total_locked |
| volatile int | total_mem |
| volatile int | total_objects |
| volatile int | total_refs |
Definition at line 60 of file astobj2.c.
| volatile int total_containers |
Definition at line 63 of file astobj2.c.
Referenced by ao2_container_alloc(), container_destruct(), and handle_astobj2_stats().
| volatile int total_locked |
Definition at line 65 of file astobj2.c.
Referenced by ao2_lock(), ao2_unlock(), and handle_astobj2_stats().
| volatile int total_mem |
Definition at line 62 of file astobj2.c.
Referenced by ao2_alloc(), ao2_ref(), and handle_astobj2_stats().
| volatile int total_objects |
Definition at line 61 of file astobj2.c.
Referenced by ao2_alloc(), ao2_ref(), and handle_astobj2_stats().
| volatile int total_refs |
Definition at line 64 of file astobj2.c.
Referenced by ao2_alloc(), ao2_ref(), and handle_astobj2_stats().
1.5.1