代码搜索:Memory
找到约 10,000 项符合「Memory」的源代码
代码结果 10,000
www.eeworm.com/read/152843/5662540
h drm_memory_debug.h
/**
* \file drm_memory.h
* Memory management wrappers for DRM.
*
* \author Rickard E. (Rik) Faith
* \author Gareth Hughes
*/
/*
* Copyright 1999 Precis
www.eeworm.com/read/152814/5666454
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/152814/5666460
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/152814/5666477
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/152814/5666478
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/152814/5666497
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/152814/5666501
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
www.eeworm.com/read/149876/5696467
exp mi-read-memory.exp
# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published
www.eeworm.com/read/149876/5696472
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/148694/5711902
exp mi-read-memory.exp
# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published