Ai
139 Star 683 Fork 262

mktime/python-learn

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
demo.c 276 Bytes
Copy Edit Raw Blame History
mr.github authored 2015-04-15 11:50 +08:00 . add http_proxy
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char** argv){
int _size = 1;
void* ptr = NULL;
while (1)
{
_size = _size << 1;
if (_size > 0X7FFFFFFFFFFFFFFF)
_size = 1;
ptr = malloc(_size);
}
return 0;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mktime/python-learn.git
git@gitee.com:mktime/python-learn.git
mktime
python-learn
python-learn
master

Search