Searched refs:SLL_SetNext (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dlinked_list.h47 inline void SLL_SetNext(void *t, void *n) { function in namespace:tcmalloc
52 SLL_SetNext(element, *list);
82 SLL_SetNext(tmp, NULL);
87 SLL_SetNext(end, *head);
H A Dfree_list.cc135 #include "linked_list.h" // for SLL_SetNext
140 tcmalloc::SLL_SetNext(t,n);
H A Dfree_list.h167 SLL_SetNext(t, NULL);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dlinked_list.h47 inline void SLL_SetNext(void *t, void *n) { function in namespace:tcmalloc
52 SLL_SetNext(element, *list);
82 SLL_SetNext(tmp, NULL);
87 SLL_SetNext(end, *head);
H A Dcentral_freelist.cc265 SLL_SetNext(tail, NULL);
H A Dtcmalloc.cc123 #include "linked_list.h" // for SLL_SetNext
1155 tcmalloc::SLL_SetNext(ptr, NULL);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFastMalloc.cpp641 static ALWAYS_INLINE void SLL_SetNext(HardenedSLL t, HardenedSLL n, uintptr_t entropy) {
646 SLL_SetNext(element, *list, entropy);
677 SLL_SetNext(tmp, HardenedSLL::null(), entropy);
682 SLL_SetNext(end, *head, entropy);
890 SLL_SetNext(new_head, allocated_regions_, entropy_);
905 SLL_SetNext(new_head, free_list_, entropy_);
2622 SLL_SetNext(object, span->objects, entropy_);
2735 SLL_SetNext(tail, HardenedSLL::null(), entropy_);
2824 SLL_SetNext(node, head, entropy_);
3361 SLL_SetNext(HardenedSL
[all...]

Completed in 4613 milliseconds