OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blocks_alloced_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/re2/util/
arena.cc
21
blocks_alloced_
(1),
35
for (int i = 0; i <
blocks_alloced_
; i++)
74
if (
blocks_alloced_
< arraysize(first_blocks_) ) {
76
block = &first_blocks_[
blocks_alloced_
++];
152
for ( int i = 1; i <
blocks_alloced_
; ++i ) { // keep first block alloced
157
blocks_alloced_
= 1;
arena.h
79
int
blocks_alloced_
; // how many of the first_blocks_ have been alloced
member in class:re2::UnsafeArena
/external/regex-re2/util/
arena.cc
21
blocks_alloced_
(1),
35
for (int i = 0; i <
blocks_alloced_
; i++)
74
if (
blocks_alloced_
< arraysize(first_blocks_) ) {
76
block = &first_blocks_[
blocks_alloced_
++];
152
for ( int i = 1; i <
blocks_alloced_
; ++i ) { // keep first block alloced
157
blocks_alloced_
= 1;
arena.h
79
int
blocks_alloced_
; // how many of the first_blocks_ have been alloced
member in class:re2::UnsafeArena
Completed in 915 milliseconds