Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes issue #1651: aligned_malloc does not always return aligned memory #1665

Conversation

stefanbuettner
Copy link
Contributor

See #1651.

On 32-bit Windows, for example, aligned_malloc did not use aligned memory allocation due to wrong preprocessor definitions.
Sets ALIGNED_MALLOC to 1 in case someone really checks that value.

Best,
Stefan

…turn aligned memory

See PointCloudLibrary#1651.
On 32-bit Windows, for example, aligned_malloc did not use aligned
memory allocation due to wrong preprocessor definitions.
Sets ALIGNED_MALLOC to 1 in case someone really checked that value.
@taketwo
Copy link
Member

taketwo commented Jul 29, 2016

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants