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
/
general_purpose_allocator.zig
Age
Commit message (
Expand
)
Author
2021-01-14
std.Thread.Mutex: restore the "Held" API
Andrew Kelley
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-09
small fixes and zig fmt
Vexu
2020-12-08
Fix general purpose allocator incorrectly modifying total_requested_bytes in ...
Nathanaƫl Courant
2020-12-03
Gpa mutex configurable (#7234)
Isaac Yonemoto
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-09-02
hash_map: rename to ArrayHashMap and add new HashMap implementation
Sahnvour
2020-08-31
gpa: Don't leak memory when the upper bound is hit
LemonBoy
2020-08-29
gpa: Fix bookkeeping logic
LemonBoy
2020-08-25
std: clean up GeneralPurposeAllocator memset code
Andrew Kelley
2020-08-25
std: GeneralPurposeAllocator: set freed bytes to undefined
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-18
std.heap.GeneralPurposeAllocator: add `never_unmap` config option
Andrew Kelley
2020-08-13
update std and src-self-hosted for std.log breaking change
heidezomp
2020-08-11
GeneralPurposeAllocator: default to store more stack frames in test mode
Andrew Kelley
2020-08-11
GeneralPurposeAllocator: use std.log instead of std.debug.print
Andrew Kelley
2020-08-08
std: general purpose allocator: use AutoHashMap
Andrew Kelley
2020-08-08
fix general purpose allocator test cases on Windows
Andrew Kelley
2020-08-08
GeneralPurposeAllocator: naming convention refactor
Andrew Kelley
2020-08-08
don't collect stack trace frames in release safe mode by default
Andrew Kelley
2020-08-08
std lib general purpose allocator: disable stack tracing on mips
Andrew Kelley
2020-08-08
stage1: deal with WebAssembly not supporting @returnAddress()
Andrew Kelley
2020-08-08
utilize math.ceilPowerOfTwo
Andrew Kelley
2020-08-08
std.mem.Allocator: add return_address to the interface
Andrew Kelley
2020-08-07
improvements & fixes for general purpose allocator integration
Andrew Kelley
2020-08-07
std: introduce GeneralPurposeAllocator
Andrew Kelley