E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
refcount
safmq中自定义队列分析
storage为用于存放消息的list,而m_begin和m_end用于记录storage起始位置和最后一个元素的后面一个位置位置的定义:structposition{ position(){ m_
refcount
西昆仑
·
2012-02-15 20:00
队列
safmq
引用计数+智能指针的自析构类 (一)基本实现
主要思路,对来值ref(
refcount
+1),对去值deref(
refcount
-1),这样不需手动做ref、deref操作就能合理的管理引用计数值。
omegayy
·
2012-02-13 17:00
OpenCV学习备忘 Vol .3 CvMat矩阵基本介绍
OpenCV》内容提要介绍CvMat矩阵数据类型的基本信息 CvMat:矩阵头Java代码 typedef struct CvMat{ int type; int step: int*
refcount
z397164725
·
2012-02-03 11:00
Linux设备模型基础---操作函数
voidkref_init(structkref*kref){atomic_set(&kref->
refcount
,1);smp_mb();}注意smp_mb以及smp_mb_*的目的是保证在多核SMP
·
2012-01-03 09:00
C语言的另类结构体赋值
structpid_namespaceinit_pid_ns={ .kref={ .
refcount
=ATOMIC_INIT(2), }, .pidmap={ [0...PIDMAP_ENTRIES-1
wfing
·
2011-11-24 09:00
c
linux
struct
python
null
语言
OpenCV学习备忘 Vol .3 CvMat矩阵基本介绍
内容提要 介绍CvMat矩阵数据类型的基本信息 CvMat:矩阵头 typedef struct CvMat{ int type; int step: int*
refcount
akiraray
·
2011-11-03 11:00
opencv
基本的数据结构学习笔记:kref
参考:kref.hkref.ckref.txt一、kref及操作kref的方法structkref{ atomic_trefcount;};可以看到kref结构体的成员只有一个原子变量
refcount
,
blueice8601
·
2011-09-26 15:00
数据结构
struct
object
function
list
reference
cursor: mutex X等待事件
Cursorstats类型的操作:‘cursor:mutexX’,某个进程申请以EXCLmode持有mutex时进入该等待,该Mutex要么正被其他进程以SHRD模式参考,这导致Xmode的申请必须要等待直到
Refcount
maclean_007
·
2011-08-08 19:10
oracle
数据库
mutex
cursor: mutex S等待事件
Cursorstats类型的操作:‘Cursor:MutexS’,某个进程以SHRDSmode申请一个Mutex,而该Mutex要么被其他进程已EXCLXmode所持有,要么其他进程正在更新mutex上的
RefCount
maclean_007
·
2011-08-08 19:59
oracle
数据库
mutex
带引用计数的智能指针
defineDbgPrint(...)printf(__VA_ARGS__)#defineDbgEnter(){DbgPrint("+%s/n",__FUNCSIG__);DbgPrint("+pointer_=0x%x,
refcount
iamoyjj
·
2011-05-11 22:00
PageRank计算方法的SQL实现
NOTNULL, [URL][varchar](900)COLLATEChinese_PRC_CI_ASNULL, [PAGETEXT][text]COLLATEChinese_PRC_CI_ASNULL, [
REFCOUNT
leeshuqing
·
2011-02-03 17:00
PHP内核中的基本数据类型
typedefstruct_zval_struct{ zvalue_valuevalue; zend_uintrefcount; zend_uchartype; zend_ucharis_ref; }zval;直观上很容易判断出:
refcount
topasstem8
·
2010-11-12 16:00
PHP
struct
object
Integer
character
Zend
PHP 调试技术总结
1:内置API输出调试我们除了用echo,print,print_r,var_dump,var_export 1-1.debug_zval_dump输出结果跟var_dump类似,唯一增加的一个值是
refcount
jackxinxu2100
·
2010-11-10 11:00
exception
PHP
浏览器
Firebug
JUnit
Netbeans
PHP新的垃圾回收机制:Zend GC详解
概述 在5.2及更早版本的PHP中,没有专门的垃圾回收器GC(GarbageCollection),引擎在判断一个变量空间是否能够被释放的时候是依据这个变量的zval的
refcount
的值,如果
phpkernel
·
2010-07-14 16:00
算法
PHP
list
String
buffer
Zend
php copy on write
phpcopyonwrite1.如果是非引用赋值,用于赋值的变量指向的zval的is_ref=0,则直接指向,
refcount
++;若zval的is_ref=1,则copyonwrite,原zvalrefcount
&豪
·
2010-05-18 22:00
类指针成员的一种管理方法: 值和指针的结合
类指针成员的一种管理方法:值和指针的结合 #include #include using namespace std;struct bottle{ int
refCount
; int weight
c++实例研究
·
2010-05-10 22:00
相超来了
p_event_manager; int b_preparsed; input_item_t *p_input_item; int i_
refcount
540850064
·
2010-02-24 11:31
C++
职场
休闲
相超来了
p_event_manager; int b_preparsed; input_item_t *p_input_item; int i_
refcount
540850064
·
2010-02-24 11:31
C++
职场
休闲
垃圾收集
最近正在改进GC07的
RefCount
指针,在改动中遇到一些问题,特别是,非常想解决引用计数的环形引用死锁的问题。看了这本书,有一些想法,希望能成功吧。
javahigh1
·
2007-02-07 13:00
垃圾收集
垃圾收集
最近正在改进GC07的
RefCount
指针,在改动中遇到一些问题,特别是,非常想解决引用计数的环形引用死锁的问题。看了这本书,有一些想法,希望能成功吧。
noslopforever
·
2007-02-07 13:00
智能指针,在多线程中的使用
templateclassXSelfFreeData{ class_X_Data { public: CSemaphore m_ref_mutex; CSemaphore m_data_mutex; int m_
refCount
hxb20917
·
2006-12-08 22:00
上一页
1
2
3
4
5
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他