OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memory_top_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/src/
policy_engine_opcodes.h
262
// | | <---
memory_top_
279
:
memory_top_
(memory) {
280
memory_bottom_ = &
memory_top_
[memory_size];
286
memory_top_
= reinterpret_cast<char*>(&policy->opcodes[0]);
287
memory_bottom_ = &
memory_top_
[memory_size];
292
return memory_bottom_ -
memory_top_
;
368
char*
memory_top_
;
member in class:sandbox::OpcodeFactory
policy_engine_opcodes.cc
360
PolicyOpcode* opcode = new(
memory_top_
) PolicyOpcode();
363
memory_top_
+= sizeof(PolicyOpcode);
Completed in 39 milliseconds