Home
last modified time | relevance | path

Searched defs:SLL_SetNext (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
Dlinked_list.h47 inline void SLL_SetNext(void *t, void *n) { in SLL_SetNext() function
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dlinked_list.h47 inline void SLL_SetNext(void *t, void *n) { in SLL_SetNext() function
/external/chromium_org/third_party/WebKit/Source/wtf/
DFastMalloc.cpp641 static ALWAYS_INLINE void SLL_SetNext(HardenedSLL t, HardenedSLL n, uintptr_t entropy) { in SLL_SetNext() function