]> git.lizzy.rs Git - rust.git/commit
Document that CStrings live in the libc heap
authorFelix Raimundo <felix.raimundo@telecom-paristech.fr>
Wed, 17 Sep 2014 22:35:26 +0000 (00:35 +0200)
committerFelix Raimundo <felix.raimundo@telecom-paristech.fr>
Wed, 17 Sep 2014 22:35:26 +0000 (00:35 +0200)
commit9ce2c51c4677865da469e61d22602752c39679da
treed13d6f11f98e1b773db108f6134d2c282fc855dd
parent06e85fd1e2c337ba6fa760e0195bd05c855e4b60
Document that CStrings live in the libc heap

Insists on the fact that the memory is managed by malloc
and not jemalloc
Closes #17067
src/librustrt/c_str.rs