Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_expand_buf.cc50 ExpandBuf* newBuf = new ExpandBuf; in expandBufAlloc() local
51 newBuf->storage = reinterpret_cast<uint8_t*>(malloc(kInitialStorage)); in expandBufAlloc()
52 newBuf->curLen = 0; in expandBufAlloc()
53 newBuf->maxLen = kInitialStorage; in expandBufAlloc()
54 return newBuf; in expandBufAlloc()