aboutsummaryrefslogtreecommitdiff
path: root/lib/std/heap/general_purpose_allocator.zig
AgeCommit message (Expand)Author
2021-01-14std.Thread.Mutex: restore the "Held" APIAndrew Kelley
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-31Year++Frank Denis
2020-12-09small fixes and zig fmtVexu
2020-12-08Fix general purpose allocator incorrectly modifying total_requested_bytes in ...Nathanaƫl Courant
2020-12-03Gpa mutex configurable (#7234)Isaac Yonemoto
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-09-02hash_map: rename to ArrayHashMap and add new HashMap implementationSahnvour
2020-08-31gpa: Don't leak memory when the upper bound is hitLemonBoy
2020-08-29gpa: Fix bookkeeping logicLemonBoy
2020-08-25std: clean up GeneralPurposeAllocator memset codeAndrew Kelley
2020-08-25std: GeneralPurposeAllocator: set freed bytes to undefinedAndrew Kelley
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-18std.heap.GeneralPurposeAllocator: add `never_unmap` config optionAndrew Kelley
2020-08-13update std and src-self-hosted for std.log breaking changeheidezomp
2020-08-11GeneralPurposeAllocator: default to store more stack frames in test modeAndrew Kelley
2020-08-11GeneralPurposeAllocator: use std.log instead of std.debug.printAndrew Kelley
2020-08-08std: general purpose allocator: use AutoHashMapAndrew Kelley
2020-08-08fix general purpose allocator test cases on WindowsAndrew Kelley
2020-08-08GeneralPurposeAllocator: naming convention refactorAndrew Kelley
2020-08-08don't collect stack trace frames in release safe mode by defaultAndrew Kelley
2020-08-08std lib general purpose allocator: disable stack tracing on mipsAndrew Kelley
2020-08-08stage1: deal with WebAssembly not supporting @returnAddress()Andrew Kelley
2020-08-08utilize math.ceilPowerOfTwoAndrew Kelley
2020-08-08std.mem.Allocator: add return_address to the interfaceAndrew Kelley
2020-08-07improvements & fixes for general purpose allocator integrationAndrew Kelley
2020-08-07std: introduce GeneralPurposeAllocatorAndrew Kelley