Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

vmmalloc: avoid using je_vmem_memalign()#776

Merged
krzycz merged 1 commit into
pmem:masterfrom
krzycz:vmmalloc-posix_memalign
Apr 27, 2016
Merged

vmmalloc: avoid using je_vmem_memalign()#776
krzycz merged 1 commit into
pmem:masterfrom
krzycz:vmmalloc-posix_memalign

Conversation

@krzycz

@krzycz krzycz commented Apr 26, 2016

Copy link
Copy Markdown
Contributor

Modify posix_memalign() and aligned_alloc() implementation to avoid
using je_vmem_memalign().
The use of je_vmem_memalign() causes problems on platforms that don't
include that legacy API. The jemalloc configure logic doesn't export
that function unless the platform already provides memalign().


This change is Reviewable

Modify posix_memalign() and aligned_alloc() implementation to avoid
using je_vmem_memalign().
The use of je_vmem_memalign() causes problems on platforms that don't
include that legacy API.  The jemalloc configure logic doesn't export
that function unless the platform already provides memalign().
@krzycz
krzycz merged commit d1325fc into pmem:master Apr 27, 2016
@krzycz
krzycz deleted the vmmalloc-posix_memalign branch April 29, 2016 08:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant