Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp350 enum HeapInfoSortType { eSortTypeNone, eSortTypeBytes, eSortTypeCount }; enumerator
386 if (m_sort_type != eSortTypeBytes && m_size > 0) { in SortByTotalBytes()
389 m_sort_type = eSortTypeBytes; in SortByTotalBytes()
817 case eSortTypeBytes: in get_heap_info()