Searched refs:kInitialSize (Results 1 – 2 of 2) sorted by relevance
109 static const int kInitialSize = 64; in ebAlloc() local114 newBuf->storage = (unsigned char*) malloc(kInitialSize); in ebAlloc()116 newBuf->maxLen = kInitialSize; in ebAlloc()
1001 static const int kInitialSize = 16; in trackMonitorEnter() local1008 if (!dvmInitReferenceTable(refTable, kInitialSize, INT_MAX)) { in trackMonitorEnter()