Home
last modified time | relevance | path

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

/dalvik/tools/hprof-conv/
DHprofConv.c116 } ExpandBuf; typedef
121 static ExpandBuf* ebAlloc(void) in ebAlloc()
125 ExpandBuf* newBuf = (ExpandBuf*) malloc(sizeof(ExpandBuf)); in ebAlloc()
138 static void ebFree(ExpandBuf* pBuf) in ebFree()
152 static inline unsigned char* ebGetBuffer(ExpandBuf* pBuf) in ebGetBuffer()
160 static inline size_t ebGetLength(ExpandBuf* pBuf) in ebGetLength()
168 static void ebClear(ExpandBuf* pBuf) in ebClear()
176 static int ebEnsureCapacity(ExpandBuf* pBuf, int size) in ebEnsureCapacity()
199 static int ebAddData(ExpandBuf* pBuf, const void* data, size_t count) in ebAddData()
210 static int ebReadString(ExpandBuf* pBuf, FILE* in) in ebReadString()
[all …]