Searched refs:allocSize (Results 1 – 2 of 2) sorted by relevance
254 size_t allocSize = 0; in VMDebug_getHeapSpaceStats() local276 allocSize += dlmalloc_space->GetFootprint(); in VMDebug_getHeapSpaceStats()289 size_t allocFree = allocSize - allocUsed; in VMDebug_getHeapSpaceStats()294 arr[j++] = allocSize; in VMDebug_getHeapSpaceStats()
278 int allocSize = offsetof(JdwpEvent, mods) + numMods * sizeof(newEvent->mods[0]); in EventAlloc() local279 newEvent = reinterpret_cast<JdwpEvent*>(malloc(allocSize)); in EventAlloc()280 memset(newEvent, 0, allocSize); in EventAlloc()