OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllocatedBlock
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/util/
arena.h
62
struct
AllocatedBlock
{
67
// The returned
AllocatedBlock
* is valid until the next call to AllocNewBlock
69
AllocatedBlock
*AllocNewBlock(const size_t block_size);
71
const
AllocatedBlock
*IndexToBlock(int index) const;
80
AllocatedBlock
first_blocks_[16]; // the length of this array is arbitrary
82
vector<
AllocatedBlock
>* overflow_blocks_;
/external/regex-re2/util/
arena.h
62
struct
AllocatedBlock
{
67
// The returned
AllocatedBlock
* is valid until the next call to AllocNewBlock
69
AllocatedBlock
*AllocNewBlock(const size_t block_size);
71
const
AllocatedBlock
*IndexToBlock(int index) const;
80
AllocatedBlock
first_blocks_[16]; // the length of this array is arbitrary
82
vector<
AllocatedBlock
>* overflow_blocks_;
Completed in 465 milliseconds