Linux Perf
strbuf Struct Reference

#include <strbuf.h>

Collaboration diagram for strbuf:
Collaboration graph

Public Attributes

size_t alloc
 
size_t len
 
char * buf
 

Detailed Description

Definition at line 50 of file strbuf.h.

Member Data Documentation

◆ alloc

size_t strbuf::alloc

Definition at line 51 of file strbuf.h.

◆ buf

char* strbuf::buf

Definition at line 53 of file strbuf.h.

◆ len

size_t strbuf::len

Definition at line 52 of file strbuf.h.


The documentation for this struct was generated from the following file: