1
0
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:
Ulrich Drepper
2011-12-23 23:49:48 -05:00
parent c0e87cc018
commit 380d7e87dc
6 changed files with 32 additions and 2 deletions

View File

@@ -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*