Lines Matching full:not
5 # you may not use this file except in compliance with the License.
25 * total allocated memory (not considering free)
28 * total number of bytes allocated (not considering free)
33 To view only live allocations (allocations which are not free at the moment of dump) --live
92 if self.strfilter is not None and self.strfilter not in stacktrace:
100 if value not in SPACES.values():
140 if not stacktrace:
151 help='Dump only live allocations (for which "free" is not called)')
189 if not space_filter.filter(space, stacktrace):
200 if res is not None:
223 if args.space is not None:
232 if not live_allocs or (live_allocs and info.allocated_size > 0):