HomeSort by relevance Sort by last modified time
    Searched refs:UserPtr (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 368 void *UserPtr = reinterpret_cast<void *>(ChunkBeg);
371 // if (&__sanitizer_malloc_hook) __sanitizer_malloc_hook(UserPtr, Size);
372 return UserPtr;
377 void deallocate(void *UserPtr, uptr DeleteSize, AllocType Type) {
381 // if (&__sanitizer_free_hook) __sanitizer_free_hook(UserPtr);
382 if (!UserPtr)
384 uptr ChunkBeg = reinterpret_cast<uptr>(UserPtr);
387 "aligned at address %p\n", UserPtr);
  /external/pdfium/third_party/lcms2-2.6/src/
cmsplugin.c 639 NULL, // UserPtr,
767 fakeContext.chunks[UserPtr] = UserData;
787 ctx ->chunks[UserPtr] = UserData;
832 void* userData = (NewUserData != NULL) ? NewUserData : src -> chunks[UserPtr];
848 ctx ->chunks[UserPtr] = userData;
918 fakeContext.chunks[UserPtr] = ctx ->chunks[UserPtr];
958 return _cmsContextGetClientChunk(ContextID, UserPtr);
lcms2_internal.h 393 UserPtr, // User-defined pointer
    [all...]

Completed in 64 milliseconds