aboutsummaryrefslogtreecommitdiff
path: root/lib/std/heap.zig
AgeCommit message (Expand)Author
2019-12-02bring your own OS layer in the std libAndrew Kelley
2019-12-02Work around __heap_base for nowBenjamin Feng
2019-12-02Get stuff vaguely workingBenjamin Feng
2019-12-02Initialize memory segmentsBenjamin Feng
2019-12-02Brain dump new wasm allocatorBenjamin Feng
2019-11-25move logic to the appropriate layers; add new compile errorAndrew Kelley
2019-11-25Merge branch 'wasi-run-tests' of https://github.com/fengb/zig into fengb-wasi...Andrew Kelley
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-19Use wasm_allocatorBenjamin Feng
2019-11-08update more of the std lib to use `@as`Andrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-06allow type coercion from *[0]T to E![]const TAndrew Kelley
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-10-21remove pub syntax for container fieldsVexu
2019-09-25mv std/ lib/Andrew Kelley