OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextPtr
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Support/
Allocator.cpp
54
NewSlab->
NextPtr
= CurSlab;
64
MemSlab *NextSlab = Slab->
NextPtr
;
67
// preserve the Size and
NextPtr
fields at the beginning.
81
DeallocateSlabs(CurSlab->
NextPtr
);
82
CurSlab->
NextPtr
= 0;
115
NewSlab->
NextPtr
= CurSlab->
NextPtr
;
116
CurSlab->
NextPtr
= NewSlab;
133
for (MemSlab *Slab = CurSlab; Slab != 0; Slab = Slab->
NextPtr
) {
141
for (MemSlab *Slab = CurSlab; Slab != 0; Slab = Slab->
NextPtr
) {
[
all
...]
/external/llvm/include/llvm/Support/
Allocator.h
56
MemSlab *
NextPtr
;
213
Slab = Slab->
NextPtr
;
/external/llvm/unittests/Support/
AllocatorTest.cpp
114
Slab->
NextPtr
= 0;
/external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp
521
Slab->
NextPtr
= 0;
/external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
[
all
...]
Completed in 805 milliseconds