OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_chunk_
(Results
1 - 1
of
1
) sorted by null
/external/v8/src/heap/
spaces.h
417
+ kPointerSize // AtomicValue
next_chunk_
480
MemoryChunk* next_chunk() { return
next_chunk_
.Value(); }
484
void set_next_chunk(MemoryChunk* next) {
next_chunk_
.SetValue(next); }
780
//
next_chunk_
holds a pointer of type MemoryChunk
781
AtomicValue<MemoryChunk*>
next_chunk_
;
member in class:v8::internal::MemoryChunk
[
all
...]
Completed in 59 milliseconds