aboutsummaryrefslogtreecommitdiff
path: root/core/mem/virtual
Commit message (Expand)AuthorAgeFilesLines
* sys/posix: add MAP_ANONYMOUSLaytan Laats2024-11-171-7/+3
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-145-14/+14
* mem/virtual: make sure the given size is used for subsequent blocksLaytan Laats2024-08-291-0/+4
* mem/virtual: use `sysconf` for retrieving page size and actually use these in...Laytan Laats2024-08-292-2/+9
* mem/virtual: support the BSDsLaytan Laats2024-08-142-6/+14
* posix: add packageLaytan Laats2024-08-141-127/+26
* Replace `err != 0` with `err != nil` where possiblegingerBill2024-08-041-2/+2
* allow `core:mem/virtual` import on more targets by expanding the `other` impl...Laytan Laats2024-07-111-1/+3
* Even more style fixesgingerBill2024-06-291-3/+3
* Added missing build tags in coreAndreas T Jonsson2024-04-251-4/+4
* Fix typogingerBill2024-03-071-2/+2
* Add `default_commit_size` to `virtual.Arena`gingerBill2024-03-072-14/+36
* Add virtual.Arena utilities: `new`, `new_aligned`, `make`gingerBill2024-03-061-0/+67
* mem/virtual: fix arena_static_reset_to inverted logicLaytan2024-02-061-2/+2
* Remove `core:os` dependency for `base:runtime`gingerBill2024-01-281-1/+1
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-2/+2
* Keep vet happygingerBill2024-01-171-2/+0
* Fix typogingerBill2024-01-171-1/+1
* Fix typogingerBill2024-01-171-1/+1
* Rename to `Map_File_*`gingerBill2024-01-175-9/+9
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-01-171-1/+1
|\
| * bring log allocator up to dateColin Davidson2024-01-175-12/+12
| |\
| * | add resize non zeroed in more placesColin Davidson2023-12-041-1/+1
* | | Add `virtual.map_file`gingerBill2024-01-175-1/+139
| |/ |/|
* | stdcall -> systemgingerBill2024-01-171-1/+1
* | fixxb-bx2024-01-082-2/+2
* | fix not passing arg everywhereLaytan2023-12-181-1/+1
* | fix big alignmentLaytan2023-12-182-5/+5
* | fix same problem in virtual arenaLaytan Laats2023-12-181-4/+4
* | virtual arena: Actually use DEFAULT_ARENA_STATIC_RESERVE_SIZE as default valu...Karl Zylinski2023-12-041-1/+1
|/
* Implement new sys/unix packageflysand72023-10-271-74/+23
* Scale by 3/2 rather than 5/4gingerBill2023-08-151-1/+1
* Improve heuristic for committing memory with `virtual.alloc_from_memory_block`gingerBill2023-08-151-5/+12
* Align committed to a page sizegingerBill2023-08-151-0/+5
* `alloc_from_memory_block` to commit amounts equal to multiples of the `DEFAUL...gingerBill2023-08-151-5/+8
* Fix docs typogingerBill2023-08-071-1/+1
* Fix small doc mistakes in arena.odinEric Johnson2023-07-111-4/+4
* Use positional and named arguments within the core librarygingerBill2023-06-211-1/+1
* Add bsd to mem/virtualgingerBill2023-06-071-0/+24
* Document `virtual.Arena`gingerBill2023-02-281-2/+39
* Make `arena_free_all` keep the first memory block for a `.Growing` arenagingerBill2023-02-281-6/+17
* Pass `#caller_location` down correctlygingerBill2023-02-101-6/+6
* Fix `arena.free_all`gingerBill2023-02-031-1/+0
* Correct `arena_temp_end` usage when no allocation ever happens for that arenagingerBill2023-01-281-17/+19
* Add mutex to `virtual.Arena`; add `virtual.arena_temp_ignore`gingerBill2023-01-282-1/+26
* Replaced opaque bit-shifts with readable constants for memory unitshikari2022-12-241-2/+2
* Merge branch 'master' into allocator-mode-alloc-non-zeroedgingerBill2022-11-036-406/+349
|\
| * Add `Arena_Kind.Buffer` to `core:mem/virtual`gingerBill2022-10-262-10/+45
| * Remove doubly linked list of `Platform_Memory_Block` fieldsgingerBill2022-10-192-37/+0
| * Wrap `intrinsics.overflow_add` to `safe_add`gingerBill2022-10-153-48/+10