HomeSort by relevance Sort by last modified time
    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 190 milliseconds