HomeSort by relevance Sort by last modified time
    Searched defs:temp_info (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
handles.cc 43 SYSTEM_HANDLE_INFORMATION_EX temp_info; local
45 SystemHandleInformation, &temp_info, sizeof(temp_info),
  /art/runtime/gc/space/
large_object_space.cc 413 AllocationInfo temp_info; local
414 temp_info.SetPrevFreeBytes(allocation_size);
415 temp_info.SetByteSize(0, false);
418 auto it = free_blocks_.lower_bound(&temp_info);

Completed in 4706 milliseconds