代码搜索结果

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

690.hxl

### HEXMate logfile and output summary ### ### Memory Usage ### Unused memory ranges: 6h - 7h EAh - F6Fh 690.hex ranges: 0h - 5h 8h - E9h F70h - FFFh ### Hex Memory Map ##

culture.java

/* * This file is part of JGAP. * * JGAP offers a dual license model containing the LGPL as well as the MPL. * * For licencing information please see the file license.txt included with JGAP

dm_defs.h

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

mem.cpp

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // This source code is licensed under Microsoft Shared Source License // Version 1.0 for Windows CE. // For a copy of the l

tst_free.c

#include #include /* for printf */ void tst_free (void) { void * mbuf; printf ("Allocating memory\n"); mbuf = malloc (1000); if (mbuf == NULL)

adc.hxl

### HEXMate logfile and output summary ### ### Memory Usage ### Unused memory ranges: 4h - 7h FCh - FFh adc.hex ranges: 0h - 3h 8h - FBh ### Hex Memory Map ### Legend: -

tst_free.c

#include #include /* for printf */ void tst_free (void) { void * mbuf; printf ("Allocating memory\n"); mbuf = malloc (1000); if (mbuf == NULL)

memoryeng.java

/////// MemoryEng.java /////// public class MemoryEng extends CalcEng { public void operate(char c) { if ( pre_oper(c) ) return; super.operate(c); post_

memoryeng.java.bak

/////// MemoryEng.java /////// public class MemoryEng extends CalcEng { public void operate(char c) { if ( pre_oper(c) ) return; super.operate(c); pos

tst_free.c

#include #include /* for printf */ void tst_free (void) { void * mbuf; printf ("Allocating memory\n"); mbuf = malloc (1000); if (mbuf == NULL)