Searched refs:FromMemalign (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/scudo/ |
D | scudo_allocator.cpp | 404 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()
|
D | scudo_allocator.h | 31 FromMemalign = 3, // Memory block came from memalign, posix_memalign, etc. enumerator
|