Lines Matching full:address
86 * @param addr Address to align
87 * @return Aligned address
296 * @param hint - an desired address to map file to.
320 * Returned address will be aligned as \param aligment_in_bytes.
330 // ASAN mapped its structures at this magic address (shadow offset):
332 // Therefore, we can successfully allocate memory at fixed address started somewhere at lower addre…
333 // and it can overlap sanitizer address space and mmap with MAP_FIXED flag finished successfully.
346 * Anonymous mmap with fixed address and READ | WRITE protection for pages
349 * @param mem used address
382 * @param pages_start - address of pages beginning, should be multiple of PAGE_SIZE
383 * @param pages_end - address of pages ending, should be multiple of PAGE_SIZE