Searched refs:s_iAllocRefCount (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsfhlp.c26 static int s_iAllocRefCount = 0; variable
247 s_iAllocRefCount = s_iAllocRefCount + 1;
248 Log(("vbsfAllocNonPagedMem: RefCnt after incrementing: %d\n", s_iAllocRefCount));
274 s_iAllocRefCount = s_iAllocRefCount - 1;
275 Log(("vbsfFreeNonPagedMem: RefCnt after decrementing: %d\n", s_iAllocRefCount));

Completed in 41 milliseconds