OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DLL_IsEmpty
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
span.h
89
inline bool
DLL_IsEmpty
(const Span* list) {
page_heap.cc
78
if (!
DLL_IsEmpty
(ll)) {
84
if (!
DLL_IsEmpty
(ll)) {
385
if (!
DLL_IsEmpty
(&slist->normal)) {
central_freelist.cc
290
if (tcmalloc::
DLL_IsEmpty
(&nonempty_)) return NULL;
/external/chromium_org/third_party/tcmalloc/vendor/src/
span.h
89
inline bool
DLL_IsEmpty
(const Span* list) {
page_heap.cc
78
if (!
DLL_IsEmpty
(ll)) {
84
if (!
DLL_IsEmpty
(ll)) {
324
if (!
DLL_IsEmpty
(&slist->normal)) {
central_freelist.cc
292
if (tcmalloc::
DLL_IsEmpty
(&nonempty_)) return NULL;
Completed in 87 milliseconds