HomeSort by relevance Sort by last modified time
    Searched full:allocatorpool (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.cpp 108 allocatorPool = allocatorPool->ensureCapacity(size);
109 if (!allocatorPool)
111 return new(allocatorPool->alloc(size)) DisjunctionContext();
116 allocatorPool = allocatorPool->dealloc(context);
158 allocatorPool = allocatorPool->ensureCapacity(size);
159 if (!allocatorPool)
161 return new(allocatorPool->alloc(size)) ParenthesesDisjunctionContext(output, term)
    [all...]

Completed in 165 milliseconds