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

  /external/chromium_org/sandbox/win/src/
handle_closer.h 26 size_t record_bytes; // Rounded to sizeof(size_t) bytes. member in struct:sandbox::HandleListEntry
34 size_t record_bytes; // Rounded to sizeof(size_t) bytes. member in struct:sandbox::HandleCloserInfo
interception_internal.h 30 size_t record_bytes; // rounded to sizeof(size_t) bytes member in struct:sandbox::FunctionInfo
40 size_t record_bytes; // rounded to sizeof(size_t) bytes member in struct:sandbox::DllPatchInfo
interception.cc 167 size_t record_bytes = offsetof(FunctionInfo, function) + strings_chars; local
168 record_bytes = RoundUpToMultiple(record_bytes, sizeof(size_t));
169 buffer_bytes += record_bytes;
255 dll_info->record_bytes = required;
294 function->record_bytes = required;
311 dll_info->record_bytes += required;

Completed in 31 milliseconds