- 博客(2)
- 收藏
- 关注
原创 基于Linux通用GPIO接口的操作函数
#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <termios.h>#include &
2018-08-16 23:59:30
1263
原创 堆内存概念及操作函数malloc()
堆:手动申请及管理的内存区域1,通过malloc系列函数及free函数去进行申请及释放的2,如果你不释放,永远占着内存3,内存的申请及地址从下往上去申请的堆操作函数malloc:#include void *malloc(size_t size); void free(void *ptr); void *call
2018-01-12 13:50:59
367
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅