Searched defs:allocSize (Results 1 - 2 of 2) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_VMDebug.cc381 size_t allocSize = 0; local
400 allocSize += malloc_space->GetFootprint();
404 allocSize += bump_pointer_space->Size();
415 size_t allocFree = allocSize - allocUsed;
420 arr[j++] = allocSize;
/art/runtime/jdwp/
H A Djdwp_event.cc406 int allocSize = offsetof(JdwpEvent, mods) + numMods * sizeof(newEvent->mods[0]); local
407 newEvent = reinterpret_cast<JdwpEvent*>(malloc(allocSize));
408 memset(newEvent, 0, allocSize);

Completed in 65 milliseconds