Home | History | Annotate | Download | only in metrics

Lines Matching defs:free

123   // Like the allocator itself, iterators are lock-free and thread-secure.
234 size_t free;
467 // Get the information about the amount of free space in the allocator. The
468 // amount of free space should be treated as approximate due to extras from
491 // While the above works much like malloc & free, these next methods provide