代码搜索:Memory
找到约 10,000 项符合「Memory」的源代码
代码结果 10,000
www.eeworm.com/read/136786/5864170
c ip27-memory.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2000
www.eeworm.com/read/132649/5912072
h ncbi_memory_connector.h
/*
* ===========================================================================
* PRODUCTION $Log: ncbi_memory_connector.h,v $
* PRODUCTION Revision 1000.0 2003/10/29 16:31:22 gouriano
* PRODUC
www.eeworm.com/read/132649/5914339
c ncbi_memory_connector.c
/*
* ===========================================================================
* PRODUCTION $Log: ncbi_memory_connector.c,v $
* PRODUCTION Revision 1000.0 2003/10/29 16:38:20 gouriano
* PRODUC
www.eeworm.com/read/128531/5984028
c ip27-memory.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2000
www.eeworm.com/read/127781/5995247
c ip27-memory.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2000
www.eeworm.com/read/127438/6005063
tex mpid_memory_isregistered.tex
\startmanpage
\mantitle{MPID{\tt \char`\_}Memory{\tt \char`\_}isregistered}{tex}{10/7/2002}
\manname{MPID{\tt \char`\_}Memory{\tt \char`\_}isregistered}
--- Indicate whether the specified memory regio
www.eeworm.com/read/127438/6005105
tex mpid_memory_unregister.tex
\startmanpage
\mantitle{MPID{\tt \char`\_}Memory{\tt \char`\_}unregister}{tex}{10/7/2002}
\manname{MPID{\tt \char`\_}Memory{\tt \char`\_}unregister}
--- Remote previous registration
\subhead{Synopsis
www.eeworm.com/read/127438/6005150
tex mpid_memory_register.tex
\startmanpage
\mantitle{MPID{\tt \char`\_}Memory{\tt \char`\_}register}{tex}{10/7/2002}
\manname{MPID{\tt \char`\_}Memory{\tt \char`\_}register}
--- Register a memory buffer
\subhead{Synopsis}
\star
www.eeworm.com/read/124553/6045731
pas sample - memory leak.pas
unit Unit1;
procedure main;
var
i: Integer;
begin
for i := 1 to 100000 do
begin
func(i);
end;
end;
procedure func(i: Integer);
var
v1: Integer;
v2: Integer;
v3: Int
www.eeworm.com/read/117325/6104518
c memory_freebsd2.c
/*
* memory_freebsd2.c
*/
#include
/* Ripped from /usr/scr/usr.bin/vmstat/vmstat.c (covering all bases) */
#include
#include
#include
#include