只是 set
std::memset
https://en.cppreference.com/w/cpp/string/byte/memsetarrow-up-right
c++ memset
https://www.runoob.com/cprogramming/c-function-memset.htmlarrow-up-right
才有 alloc
malloc
https://en.cppreference.com/w/c/memory/mallocarrow-up-right
https://shengyu7697.github.io/cpp-malloc/arrow-up-right
calloc
https://en.cppreference.com/w/c/memory/callocarrow-up-right
calloc, malloc, realloc / free
https://openhome.cc/Gossip/CGossip/MallocFree.htmlarrow-up-right
Last updated 3 years ago