代码搜索:Memory

找到约 10,000 项符合「Memory」的源代码

代码结果 10,000
www.eeworm.com/read/148694/5711907

c mi-read-memory.c

static char bytes[256]; static short shorts[256]; static void initialize (void) { int i; for (i = 0; i < sizeof (bytes); i++) { bytes[i] = i; shorts[i] = i * 2; } } int main
www.eeworm.com/read/147766/5721364

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/140704/5783453

h train_memory_manager.h

// file: train_memory_manager.h // // make sure definitions are only made once // #ifndef __ISIP_TRAIN_MEMORY_MANAGER #define __ISIP_TRAIN_MEMORY_MANAGER // isip include files // #ifndef __ISIP_INTE
www.eeworm.com/read/140704/5783894

h memory_manager_constants.h

// file: memory_manager_constants.h // // this is the header file for the memory manager class constants // // make sure definitions are only made once // #ifndef __ISIP_MEMORY_MANAGER_CONSTANTS #def
www.eeworm.com/read/139206/5807064

c memory_netbsd1.c

/* * memory_netbsd1.c */ #include /* Ripped from /usr/scr/usr.bin/vmstat/vmstat.c (covering all bases) */ #include #include #include #include
www.eeworm.com/read/139206/5807070

c memory_freebsd2.c

/* * memory_freebsd2.c */ #include /* Ripped from /usr/scr/usr.bin/vmstat/vmstat.c (covering all bases) */ #include #include #include #include
www.eeworm.com/read/139206/5807086

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 /* _MIBGROUP_ME
www.eeworm.com/read/139206/5807087

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 /* _MIBGROUP_MEMOR
www.eeworm.com/read/139206/5807104

c memory_solaris2.c

#include /* local SNMP configuration details*/ #if HAVE_STRING_H #include #endif #if HAVE_STDLIB_H #include #endif #include #if HAVE_
www.eeworm.com/read/139206/5807108

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 /* _MIBGROUP_MEMORY_SOL