Searched defs:FL_SetPrevious (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dfree_list.h105 inline void FL_SetPrevious(void *t, void *n) { function in namespace:tcmalloc
132 FL_SetPrevious(*list, NULL);
139 FL_SetPrevious(t, NULL);
153 FL_SetPrevious(old, element);
154 FL_SetPrevious(element, NULL);

Completed in 372 milliseconds