cc++ 一些不常用却有奇效的函数

it2023-06-08  73

1._msize 返回在堆中分配的存储块的大小。

#include <malloc.h> size_t _msize( void *memblock );
最新回复(0)