Home
last modified time | relevance | path

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

/dalvik/tools/hprof-conv/
DHprofConv.c109 static const int kInitialSize = 64; in ebAlloc() local
114 newBuf->storage = (unsigned char*) malloc(kInitialSize); in ebAlloc()
116 newBuf->maxLen = kInitialSize; in ebAlloc()
/dalvik/vm/
DJni.c1001 static const int kInitialSize = 16; in trackMonitorEnter() local
1008 if (!dvmInitReferenceTable(refTable, kInitialSize, INT_MAX)) { in trackMonitorEnter()