summaryrefslogtreecommitdiff
path: root/libc/src/stdlib/gpu/free.cpp
AgeCommit message (Expand)Author
2025-01-24[libc] Use the NVIDIA device allocator for GPU malloc (#124277)Joseph Huber
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-03-10[libc][NFC] Move GPU allocator implementation to common header (#84690)Joseph Huber
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-06-15[libc] Export GPU extensions to `libc` for external useJoseph Huber
2023-06-05[libc] Implement basic `malloc` and `free` support on the GPUJoseph Huber