摘要: bstatic, bdynamic Syntax PurposeControls how libraries are processed by specifying which forms of library names the linkage editor looks for. NotesThe 阅读全文
posted @ 2019-05-01 23:24 aerfa_liang 阅读(318) 评论(0) 推荐(0) 编辑
摘要: ptmalloc http://www.malloc.de/en/ tcmalloc https://github.com/gperftools/gperftools jcmalloc http://jemalloc.net/ https://people.freebsd.org/~jasone/j 阅读全文
posted @ 2019-04-27 23:14 aerfa_liang 阅读(116) 评论(0) 推荐(0) 编辑
摘要: https://gcc.gnu.org/onlinedocs/gcc/Link-Options.html 阅读全文
posted @ 2019-04-25 23:58 aerfa_liang 阅读(66) 评论(0) 推荐(0) 编辑
摘要: Most graphics cards and motherboards feature a Digital Video Interface (DVI) connector for connecting a monitor or projector to the computer. In the p 阅读全文
posted @ 2019-04-25 23:21 aerfa_liang 阅读(840) 评论(0) 推荐(0) 编辑
摘要: https://ftp.gnu.org/old-gnu/Manuals/gdb/html_node/gdb_109.html whatis expr 举例 whatis uint64 -> unsigned long long Print the data type of expression ex 阅读全文
posted @ 2019-04-23 23:27 aerfa_liang 阅读(231) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/k346k346/article/details/52252626 http://www.cplusplus.com/reference/cstdio/printf/?kw=printf 阅读全文
posted @ 2019-04-22 22:56 aerfa_liang 阅读(146) 评论(0) 推荐(0) 编辑
摘要: xxd,能够查看linux下文件的二进制表示。man一下xxd。能够得到下面信息 NAME xxd - make a hexdump or do the reverse.SYNOPSIS xxd -h[elp] xxd [options] [infile [outfile]] xxd -r[ever 阅读全文
posted @ 2019-04-21 23:19 aerfa_liang 阅读(541) 评论(0) 推荐(0) 编辑
摘要: pthread_once 初始化函数 结构体大小 线程池 32 64 大小 20190422: -l -Bstatic -Bdynamic http://www.cplusplus.com/reference/cstdio/printf/?kw=printf long printf 格式 2019 阅读全文
posted @ 2018-08-11 14:55 aerfa_liang 阅读(295) 评论(0) 推荐(0) 编辑