Searched refs:allocSize (Results 1 – 2 of 2) sorted by relevance
399 size_t allocSize = 0; in VMDebug_getHeapSpaceStats() local418 allocSize += malloc_space->GetFootprint(); in VMDebug_getHeapSpaceStats()422 allocSize += bump_pointer_space->Size(); in VMDebug_getHeapSpaceStats()433 size_t allocFree = allocSize - allocUsed; in VMDebug_getHeapSpaceStats()438 arr[j++] = allocSize; in VMDebug_getHeapSpaceStats()
406 int allocSize = offsetof(JdwpEvent, mods) + numMods * sizeof(newEvent->mods[0]); in EventAlloc() local407 newEvent = reinterpret_cast<JdwpEvent*>(malloc(allocSize)); in EventAlloc()408 memset(newEvent, 0, allocSize); in EventAlloc()