Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dget_heap_size_benchmark.cpp73 static constexpr int BUF_SIZE = 100; variable
76 char buf[BUF_SIZE]; in BM_read_statm()
86 ssize_t nread = read(statm_fd, buf, BUF_SIZE); in BM_read_statm()