HomeSort by relevance Sort by last modified time
    Searched refs:strbuf_slopbuf (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/util/
strbuf.h 43 extern char strbuf_slopbuf[];
50 #define STRBUF_INIT { 0, 0, strbuf_slopbuf }
strbuf.c 17 char strbuf_slopbuf[1]; variable
22 sb->buf = strbuf_slopbuf;

Completed in 32 milliseconds