Searched refs:FL_Next_No_Check (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dfree_list.cc107 ASSERT(FL_Next_No_Check(end) == NULL);
H A Dfree_list.h93 inline void *FL_Next_No_Check(void *t) { function in namespace:tcmalloc
100 FL_EqualityCheck(FL_Next_No_Check(previous), t, __FILE__, __LINE__);
116 void *next = FL_Next_No_Check(t);

Completed in 128 milliseconds