Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/
H A Dssl-opt.sh1112 MEM_USAGE=$(sed -n 's/.*Heap memory usage after handshake: //p' < "$OUTPUT_FILE" | grep -o "[0-9]*" | head -1)
1115 if [ -z "$MEM_USAGE" ]; then
1119 eval "$OUTPUT_VARIABLE=$MEM_USAGE"

Completed in 15 milliseconds