Home
last modified time | relevance | path

Searched refs:FAKE_POINTER (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/glibmemdfx/
Dgmemdfx.cpp37 #define FAKE_POINTER(addr) (POINTER_MASK & reinterpret_cast<uintptr_t>(addr)) macro
75 LOGE("the mem 0x%{public}06" PRIXPTR " is already allocated", FAKE_POINTER(mem)); in GMemPoolAllocDfx()
89 LOGE("the mem 0x%{public}06" PRIXPTR " is already free", FAKE_POINTER(mem)); in GMemPoolFreeDfx()
100 LOGE("the mem 0x%{public}06" PRIXPTR " is already allocated", FAKE_POINTER(mem)); in GMemAllocDfx()
126 LOGE("the mem 0x%{public}06" PRIXPTR " is already free", FAKE_POINTER(current)); in GChainMemFreeDfx()
138 LOGE("the mem 0x%{public}06" PRIXPTR " is already free", FAKE_POINTER(mem)); in GMemFreeDfx()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpsrc.c233 #define FAKE_POINTER(addr) ((uintptr_t) (addr) & POINTER_MASK) macro