Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp404 if (NewHeader.AllocType != FromMemalign || Type != FromMalloc) { in deallocate()
565 return Instance.allocate(Size, GetPageSizeCached(), FromMemalign); in scudoValloc()
569 return Instance.allocate(Size, Alignment, FromMemalign); in scudoMemalign()
579 return Instance.allocate(Size, PageSize, FromMemalign); in scudoPvalloc()
583 *MemPtr = Instance.allocate(Size, Alignment, FromMemalign); in scudoPosixMemalign()
Dscudo_allocator.h31 FromMemalign = 3, // Memory block came from memalign, posix_memalign, etc. enumerator