OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memory_bottom_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/src/
policy_engine_opcodes.h
265
// | | <---
memory_bottom_
280
memory_bottom_
= &memory_top_[memory_size];
287
memory_bottom_
= &memory_top_[memory_size];
292
return
memory_bottom_
- memory_top_;
373
char*
memory_bottom_
;
member in class:sandbox::OpcodeFactory
policy_engine_opcodes.cc
376
memory_bottom_
-= bytes;
377
if (reinterpret_cast<UINT_PTR>(
memory_bottom_
) & 1) {
381
memcpy(
memory_bottom_
, str, bytes);
382
ptrdiff_t delta =
memory_bottom_
- reinterpret_cast<char*>(start);
Completed in 3059 milliseconds