aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/malloc_generated.go
AgeCommit message (Expand)Author
2025-12-17runtime: keep track of secret allocation sizeDaniel Morsing
2025-11-26runtime: update mkmalloc to make generated code look nicermatloob
2025-11-26runtime/secret: implement new secret packageDaniel Morsing
2025-11-14runtime: support runtime.freegc in size-specialized mallocs for noscan objectsthepudds
2025-10-03runtime: support valgrind (but not asan) in specialized malloc functionsmatloob
2025-09-23runtime: add specialized malloc functions for sizes up to 512 bytesMichael Matloob