mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Implement aligned_alloc
This commit is contained in:
@@ -3124,6 +3124,8 @@ public_mEMALIGn(size_t alignment, size_t bytes)
|
||||
ar_ptr == arena_for_chunk(mem2chunk(p)));
|
||||
return p;
|
||||
}
|
||||
/* For ISO C11. */
|
||||
weak_alias (public_mEMALIGn, aligned_alloc)
|
||||
libc_hidden_def (public_mEMALIGn)
|
||||
|
||||
void*
|
||||
|
Reference in New Issue
Block a user