代码搜索:Memory
找到约 10,000 项符合「Memory」的源代码
代码结果 10,000
www.eeworm.com/read/271875/4221238
c memory_netbsd1.c
/*
* memory_netbsd1.c
*/
#include
/*
* Ripped from /usr/scr/usr.bin/vmstat/vmstat.c (covering all bases)
*/
#include
#include
#include
www.eeworm.com/read/271875/4221244
c memory_freebsd2.c
/*
* memory_freebsd2.c
*/
#include
/*
* Ripped from /usr/scr/usr.bin/vmstat/vmstat.c (covering all bases)
*/
#include
#include
#include
www.eeworm.com/read/271875/4221256
c memory_darwin7.c
/*
* memory_darwin7.c
*/
#include
/*
* Ripped from /usr/scr/usr.bin/vmstat/vmstat.c (covering all bases)
*/
#include
#include
#include
www.eeworm.com/read/271875/4221266
h memory_freebsd2.h
/*
* memory quantity mib groups
*
*/
#ifndef _MIBGROUP_MEMORY_FREEBSD2_H
#define _MIBGROUP_MEMORY_FREEBSD2_H
#include "mibdefs.h"
extern void init_memory_freebsd2(void);
#endif
www.eeworm.com/read/271875/4221269
h memory_netbsd1.h
/*
* memory quantity mib groups
*
*/
#ifndef _MIBGROUP_MEMORY_NETBSD1_H
#define _MIBGROUP_MEMORY_NETBSD1_H
#include "mibdefs.h"
extern void init_memory_netbsd1(void);
#endif
www.eeworm.com/read/271875/4221276
c memory_aix4.c
/*
* AIX4 memory statistics module for net-snmp
*
* Version 0.1 - Initial release - 05/Jun/2003
*
* Derived from memory_solaris2.c
* Using libperfstat for statistics (Redbook SG24-6039)
*
* Po
www.eeworm.com/read/271875/4221280
h memory_darwin7.h
/*
* memory quantity mib groups
*
*/
#ifndef _MIBGROUP_MEMORY_DARWIN7_H
#define _MIBGROUP_MEMORY_DARWIN7_H
#include "mibdefs.h"
extern void init_memory_darwin7(void);
#endif
www.eeworm.com/read/271875/4221293
c memory_solaris2.c
#include /* local SNMP configuration details */
#if HAVE_STRING_H
#include
#endif
#if HAVE_STDLIB_H
#include
#endif
#include
#inclu
www.eeworm.com/read/271875/4221297
h memory_solaris2.h
/*
* memory quantity mib groups
*
*/
#ifndef _MIBGROUP_MEMORY_SOLARIS2_H
#define _MIBGROUP_MEMORY_SOLARIS2_H
#include "mibdefs.h"
void init_memory_solaris2(void);
#endif
www.eeworm.com/read/450023/1672850
svn-base memory.c.svn-base
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic