Home | History | Annotate | Download | only in base

Lines Matching full:sizeof

29   DWORD buffer_size = *len * sizeof(wchar_t);
48 memset(output, 0, output_len*sizeof(wchar_t));
120 (sizeof(SYMBOL_INFO) +
121 kMaxNameLength * sizeof(wchar_t) +
122 sizeof(ULONG64) - 1) /
123 sizeof(ULONG64)];
124 memset(buffer, 0, sizeof(buffer));
129 symbol->SizeOfStruct = sizeof(SYMBOL_INFO);
137 line.SizeOfStruct = sizeof(IMAGEHLP_LINE64);
200 startup_info.cb = sizeof(startup_info);
235 memset(&stack_frame, 0, sizeof(stack_frame));