代码搜索结果

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

hello.c

#include #include #include char *hello1,*hello2; void memory_use() { hello1 = (char *)malloc(32); strcpy(hello1, "hello world"); hello2 = (char *)malloc(strlen(hel

argp1.h

/* Internal definitions for libargp.h */ #if STDC_HEADERS || HAVE_STRING_H #include /* An ANSI string.h and pre-ANSI memory.h might conflict. */ #if !STDC_HEADERS && HAVE_MEMORY_H #includ

nestreme.cpp

//------------------------------------------------------------------------------ // Name: Nestreme.cpp // Desc: // // Things still left to add in the debugger. // ===============================

config.c

/* * linux/arch/m68k/sun3/config.c * * Copyright (C) 1996,1997 Pekka Pietik{inen * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING

config.c

/* * linux/arch/m68k/sun3/config.c * * Copyright (C) 1996,1997 Pekka Pietik{inen * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING

setup.c

/* * linux/arch/h8300/kernel/setup.c * * Copyleft ()) 2000 James D. Schettine {james@telos-systems.com} * Copyright (C) 1999,2000 Greg Ungerer (gerg@snapgear.com) * Copyright (C) 1998

dmc.c

/*************************************************************************/ /* */ /* Copyright (c) 1993-1998 Accelerated

2.c

#include #include #include #include #define uchar unsigned char #define uint unsigned int void main() { FILE *fp1; uint i,a,b,c; double R,PITCH,L,Q,

axb_core.c

///////////////////////////////////////////////////////////////////////////////// // // Solution of linear systems involved in the Levenberg - Marquardt // minimization algorithm // Copyright (C)

system.h

#ifdef MSDOS #include #endif #if defined(HAVE_STDLIB_H) || defined(MSDOS) #include #endif #if (defined(VMS) || defined(MSDOS)) && !defined(HAVE_STRING_H) #define HAVE_STRING_H 1 #e