
C
文章平均质量分 58
power_to_go
http://stardustman.github.io
公众号: ThoughtRefactor
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Flexible Array Members in a structure in C
Flexible Array Member(FAM)Flexible Array Member(FAM) is a feature introduced in the C99 standard of the C programming language.For the structures in C programming language from C99 standard onwards, we can declare an array without a dimension and whose原创 2021-05-31 16:10:50 · 287 阅读 · 0 评论 -
VMMap 查看 Process Address Space
使用 VMMap 查看进程地址空间分配VMMapVMMap is a process virtual and physical memory analysis utility.It shows a breakdown of aprocess's committed virtual memory types as well as theamount of physical memory (working set) assigned by the operating system to those ty原创 2020-11-26 14:36:39 · 378 阅读 · 0 评论 -
Centos 7 编译 32 bit C 代码
没有 32 bit 的 libc[root@s105 ~]# gcc -m32 test.cIn file included from /usr/include/features.h:399:0,from /usr/include/stdio.h:27,from test.c:1:/usr/include/gnu/stubs.h:7:27: fatal error: gnu/stu...原创 2019-09-30 10:05:25 · 306 阅读 · 0 评论