index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
heap.zig
Age
Commit message (
Expand
)
Author
2020-01-09
std: fix LoggingAllocator, add simple test
daurnimator
2019-12-10
Merge pull request #3830 from fengb/wasm-page-allocator
Andrew Kelley
2019-12-08
Rewrite WasmPageAllocator tests to be less flaky on environment
Benjamin Feng
2019-12-06
Add back comptime check for wasm
Benjamin Feng
2019-12-06
Actually use `const conventional` as the comment indicates
Benjamin Feng
2019-12-05
Add WasmPageAllocator tests
Benjamin Feng
2019-12-05
Resolve tests to work with or skip WasmPageAllocator
Benjamin Feng
2019-12-05
Standardize around bigger slices
Benjamin Feng
2019-12-05
Switch bitmask to enums
Benjamin Feng
2019-12-04
Fix freeing memory across bounds
Benjamin Feng
2019-12-04
Strip out an unnecessary memset
Benjamin Feng
2019-12-04
Use raw PackedIo to shave ~150b
Benjamin Feng
2019-12-04
Rejuggle how offsets are calculated
Benjamin Feng
2019-12-04
Remove redundant alloc
Benjamin Feng
2019-12-04
Tighten recycled search
Benjamin Feng
2019-12-04
Extract setBits
Benjamin Feng
2019-12-03
Implement block-based skipping
Benjamin Feng
2019-12-02
Fix bugs
Benjamin Feng
2019-12-02
bring your own OS layer in the std lib
Andrew Kelley
2019-12-02
Work around __heap_base for now
Benjamin Feng
2019-12-02
Get stuff vaguely working
Benjamin Feng
2019-12-02
Initialize memory segments
Benjamin Feng
2019-12-02
Brain dump new wasm allocator
Benjamin Feng
2019-11-25
move logic to the appropriate layers; add new compile error
Andrew Kelley
2019-11-25
Merge branch 'wasi-run-tests' of https://github.com/fengb/zig into fengb-wasi...
Andrew Kelley
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-11-19
Use wasm_allocator
Benjamin Feng
2019-11-08
update more of the std lib to use `@as`
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-06
allow type coercion from *[0]T to E![]const T
Andrew Kelley
2019-10-24
get rid of std.os.foo.is_the_target
Andrew Kelley
2019-10-21
remove pub syntax for container fields
Vexu
2019-09-25
mv std/ lib/
Andrew Kelley