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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dfree_list.h82 inline void* UnmaskPtr(void* p) { function in namespace:tcmalloc
89 return UnmaskPtr(reinterpret_cast<void**>(t)[1]);
94 return UnmaskPtr(reinterpret_cast<void**>(t)[0]);

Completed in 211 milliseconds