Searched defs:kInitialStorage (Results 1 - 1 of 1) sorted by relevance

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

Completed in 42 milliseconds