饱满太阳

文章
4
资源
0
加入时间
3年0月20天

__sync_fetch_and_add函数(Redis源码学习)__sync_fetch_and_add函数(Redis源码学习)

__sync_fetch_and_add函数(Redis源码学习)在学习redis-3.0源码中的sds文件时,看到里面有如下的C代码,之前从未接触过,所以为了全面学习redis源码,追根溯源,学习一下__sync_fetch_and_add的系列函数:#define update_zmalloc_stat_add(__n) __sync_add_and_fetch(&used_memory, (__n))在网上查找相关 __sync_add_and_fetch 函数的知识点,基