Home
last modified time | relevance | path

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

/system/extras/showslab/
Dshowslab.c13 #define SLABINFO_LINE_LEN 512 /* size of longest line */ macro
64 char line[SLABINFO_LINE_LEN]; in get_slabinfo()
73 if (!fgets(line, SLABINFO_LINE_LEN, slabfile)) { in get_slabinfo()
90 while (fgets(line, SLABINFO_LINE_LEN, slabfile)) { in get_slabinfo()