OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocateInArena
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/util/
arena.h
19
// Foo* foo = new (
AllocateInArena
, &arena) Foo;
90
// Syntax: new (
AllocateInArena
, arena) MyClass;
92
enum AllocateInArenaType {
AllocateInArena
};
/external/regex-re2/util/
arena.h
19
// Foo* foo = new (
AllocateInArena
, &arena) Foo;
90
// Syntax: new (
AllocateInArena
, arena) MyClass;
92
enum AllocateInArenaType {
AllocateInArena
};
Completed in 283 milliseconds