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
55
NewSlab->
NextPtr
= CurSlab;
65
MemSlab *NextSlab = Slab->
NextPtr
;
68
// preserve the Size and
NextPtr
fields at the beginning.
82
DeallocateSlabs(CurSlab->
NextPtr
);
83
CurSlab->
NextPtr
= 0;
121
NewSlab->
NextPtr
= CurSlab->
NextPtr
;
122
CurSlab->
NextPtr
= NewSlab;
141
for (MemSlab *Slab = CurSlab; Slab != 0; Slab = Slab->
NextPtr
) {
149
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
121
Slab->
NextPtr
= 0;
/external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp
572
Slab->
NextPtr
= 0;
[
all
...]
/external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
[
all
...]
Completed in 530 milliseconds