Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_expand_buf.cc43 #define kInitialStorage 64 macro
50 newBuf->storage = reinterpret_cast<uint8_t*>(malloc(kInitialStorage)); in expandBufAlloc()
52 newBuf->maxLen = kInitialStorage; in expandBufAlloc()