OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocated_
(Results
1 - 5
of
5
) sorted by null
/external/chromium/testing/gtest/samples/
sample10_unittest.cc
57
allocated_
++;
62
allocated_
--;
66
static int allocated() { return
allocated_
; }
69
static int
allocated_
;
member in class:__anon4694::Water
72
int Water::
allocated_
= 0;
member in class:__anon4694::Water
/external/gtest/samples/
sample10_unittest.cc
57
allocated_
++;
62
allocated_
--;
66
static int allocated() { return
allocated_
; }
69
static int
allocated_
;
member in class:__anon7167::Water
72
int Water::
allocated_
= 0;
member in class:__anon7167::Water
/external/protobuf/gtest/samples/
sample10_unittest.cc
57
allocated_
++;
62
allocated_
--;
66
static int allocated() { return
allocated_
; }
69
static int
allocated_
;
member in class:__anon11560::Water
72
int Water::
allocated_
= 0;
member in class:__anon11560::Water
/external/v8/src/
incremental-marking.cc
54
allocated_
(0),
778
allocated_
+= allocated_bytes;
780
if (
allocated_
< kAllocatedThreshold) return;
784
intptr_t bytes_to_process =
allocated_
* allocation_marking_factor_;
846
allocated_
= 0;
incremental-marking.h
275
intptr_t
allocated_
;
member in class:v8::internal::IncrementalMarking
Completed in 126 milliseconds