OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alloc_bytes_remaining_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/util/
arena.cc
15
alloc_bytes_remaining_
= 0;
34
alloc_bytes_remaining_
= kBlockSize;
38
alloc_bytes_remaining_
-= bytes;
49
if (needed <=
alloc_bytes_remaining_
) {
52
alloc_bytes_remaining_
-= needed;
arena.h
39
size_t
alloc_bytes_remaining_
;
member in class:leveldb::Arena
57
if (bytes <=
alloc_bytes_remaining_
) {
60
alloc_bytes_remaining_
-= bytes;
Completed in 279 milliseconds