aligned_alloc 0.1.0

Provides cross-platform primitives for aligned memory allocation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "aligned_alloc"
version = "0.1.0"
authors = ["Jonas Schievink <jonas@schievink.net>"]
description = """
Provides cross-platform primitives for aligned memory allocation
"""

[dependencies]
libc = "0.1"
winapi = "0.2"
kernel32-sys = "0.1"