[PATCH 2/2] manual/memory.texi: Bring aligned allocation docs up to date.
Andreas Schwab
schwab@suse.de
Wed Nov 6 10:18:00 GMT 2013
Will Newton <will.newton@linaro.org> writes:
> @@ -647,6 +656,16 @@ parameter @var{alignment}: the value must be a power of two multiple of
> If the function succeeds in allocation memory a pointer to the allocated
> memory is returned in @code{*@var{memptr}} and the return value is zero.
> Otherwise the function returns an error value indicating the problem.
> +The possible error values returned are:
> +
> +@table @code
> +@item ENOMEM
> +@var{alignment} is not a power of two multiple of @code{sizeof (void *)}.
> +
> +@item EINVAL
> +There was insufficient memory available to satisfy the request.
> +
> +@end table
It's the other way round.
Andreas.
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
More information about the Libc-alpha
mailing list