Home
last modified time | relevance | path

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

/NextBSD/lib/libdispatch/src/
HDallocator_internal.h274 #define DISPATCH_ALLOCATOR_SCRIBBLE ((uintptr_t)0xAFAFAFAFAFAFAFAF) macro
HDallocator.c567 memset(page, DISPATCH_ALLOCATOR_SCRIBBLE, DISPATCH_ALLOCATOR_PAGE_SIZE); in _dispatch_alloc_maybe_madvise_page()