- 博客(2)
- 收藏
- 关注
原创 gcc多平台va_list重载问题
刚刚解决了一个自认为十分诡异的BUG,其根本原因是自己的技术深度不够,没有考虑不同平台下gcc中内置变量的定义不同所造成的。 现象为Koala LINUX客户端在64位平台工作正常,在32位平台会出现core dump,对core文件进行分析,调用堆栈如下所示: #0 0x00322701 in vfprintf () from /lib/libc.so.6 #1 0x003475f0
2013-09-04 20:35:52
1807
转载 以redis为例说明内存碎片问题
When Redis runs, lots of different things are allocated, such as dictionaries to allow O(1) lookups, metadata for objects, VM metadata. All these things need to be in memory, but aren't there from th
2013-09-03 10:10:00
2108
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人