OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kinitialstorage
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/jdwp/
ExpandBuf.cpp
36
#define
kInitialStorage
64
46
newBuf->storage = (u1*) malloc(
kInitialStorage
);
48
newBuf->maxLen =
kInitialStorage
;
/art/runtime/jdwp/
jdwp_expand_buf.cc
43
#define
kInitialStorage
64
50
newBuf->storage = reinterpret_cast<uint8_t*>(malloc(
kInitialStorage
));
52
newBuf->maxLen =
kInitialStorage
;
Completed in 48 milliseconds