Home
last modified time | relevance | path

Searched refs:UserPtr (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp368 void *UserPtr = reinterpret_cast<void *>(ChunkBeg); in allocate() local
372 return UserPtr; in allocate()
377 void deallocate(void *UserPtr, uptr DeleteSize, AllocType Type) { in deallocate()
382 if (!UserPtr) in deallocate()
384 uptr ChunkBeg = reinterpret_cast<uptr>(UserPtr); in deallocate()
387 "aligned at address %p\n", UserPtr); in deallocate()
/external/scudo/standalone/
Dcombined.h298 const uptr UserPtr = roundUpTo(UnalignedUserPtr, Alignment); variable
300 void *Ptr = reinterpret_cast<void *>(UserPtr);
353 PrevUserPtr == UserPtr &&
354 (TaggedUserPtr = loadTag(UserPtr)) != UserPtr) {
372 if (UNLIKELY(UnalignedUserPtr != UserPtr)) {
373 const uptr Offset = UserPtr - UnalignedUserPtr;
387 (ClassId ? Size : SecondaryBlockEnd - (UserPtr + Size)) &
/external/pdfium/third_party/lcms/src/
Dcmsplugin.c704 return globalContext.chunks[UserPtr]; in _cmsContextGetClientChunk()
797 fakeContext.chunks[UserPtr] = UserData; in cmsCreateContext()
817 ctx ->chunks[UserPtr] = UserData; in cmsCreateContext()
862 void* userData = (NewUserData != NULL) ? NewUserData : src -> chunks[UserPtr]; in cmsDupContext()
878 ctx ->chunks[UserPtr] = userData; in cmsDupContext()
949 fakeContext.chunks[UserPtr] = ctx ->chunks[UserPtr]; in cmsDeleteContext()
989 return _cmsContextGetClientChunk(ContextID, UserPtr); in cmsGetContextUserData()
Dlcms2_internal.h458 UserPtr, // User-defined pointer enumerator