Searched refs:ALLOCATIONS (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/
H A Dleak_analyser.sh135 ALLOCATIONS=$(cat "$FILENAME" | grep -E "^allocation: |^ " | tr '\n' '^' \
140 ALLOCATIONS=$(echo "$ALLOCATIONS" | grep -E -v "$EXCLUDE_PATTERN")
143 if [ -z "$ALLOCATIONS" ]
147 COUNT=$(echo "$ALLOCATIONS" | wc -l)
151 echo "$ALLOCATIONS^total leaks: $COUNT" | tr '^' '\n' | less

Completed in 81 milliseconds