Chris Denton
|
931e851144
|
Explicitly link kernel32.lib from alloc
|
2022-09-10 11:57:36 +01:00 |
|
Maybe Waffle
|
e4720e1cf2
|
Replace most uses of pointer::offset with add and sub
|
2022-08-21 02:21:41 +04:00 |
|
Aria Beingessner
|
c7de289e1c
|
Make the stdlib largely conform to strict provenance.
Some things like the unwinders and system APIs are not fully conformant,
this only covers a lot of low-hanging fruit.
|
2022-03-29 20:18:21 -04:00 |
|
Christiaan Dirkx
|
905d23b65c
|
Move std::sys_common::alloc to std::sys::common
|
2021-04-14 13:24:10 +02:00 |
|
Christiaan Dirkx
|
db1d003de1
|
Remove debug_assert
|
2021-04-02 17:50:23 +02:00 |
|
Christiaan Dirkx
|
c86e0985f9
|
Introduce get_process_heap and fix atomic ordering.
|
2021-04-02 17:37:52 +02:00 |
|
Christiaan Dirkx
|
4cce9e3db2
|
Cache GetProcessHeap
|
2021-03-26 14:47:25 +01:00 |
|
CDirkx
|
b01bf0e9d3
|
Apply suggestions from code review
Co-authored-by: David Tolnay <dtolnay@gmail.com>
|
2021-03-26 12:38:27 +01:00 |
|
Christiaan Dirkx
|
0dbed6161a
|
Rework std::sys::windows::alloc
Add documentation to the system functions and `SAFETY` comments.
Refactored helper functions, fixing the correctness of `get_header`.
|
2021-03-26 12:38:26 +01:00 |
|
mark
|
2c31b45ae8
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|