about summary refs log tree commit diff
path: root/library/std/src/sys/alloc/sgx.rs
AgeCommit message (Collapse)AuthorLines
2025-04-27use generic Atomic type where possibleChristopher Durham-2/+2
in core/alloc/std only for now, and ignoring test files Co-authored-by: Pavel Grigorenko <GrigorenkoPV@ya.ru>
2025-04-14Clarify why SGX code specifies linkage/symbol names for certain staticsJethro Beekman-1/+3
Also update the symbol names as items have moved around a bit. The actual name isn't that important, it just needs to be unique. But for debugging it can be useful for it to point to the right place.
2025-02-13std: Apply unsafe_attr_outside_unsafeEric Huss-3/+3
2024-08-27std: move allocators to `sys`joboet-0/+97