代码搜索结果

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

xmlmemory.h

/* * Summary: interface for the memory allocator * Description: provides interfaces for the memory allocator, * including debugging capabilities. * * Copy: See Copyright for the stat

tst_free.c

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

debug.lkf

-z -q -c -m"./Debug/Memory.map" -o"./Debug/Memory.out" -w -x -i"d:/ti/ccs5k22/C5400/bios/lib" -i"d:/ti/ccs5k22/C5400/dsk5416/lib" -i"d:/ti/ccs5k22/c5400/rtdx/lib" -i"d:/ti/ccs5k22/c5400/xdais/lib" -i"

debug.lkv

-z -q -c -m"./Debug/Memory.map" -o"./Debug/Memory.out" -w -x -i"d:/ti/ccs5k22/C5400/bios/lib" -i"d:/ti/ccs5k22/C5400/dsk5416/lib" -i"d:/ti/ccs5k22/c5400/rtdx/lib" -i"d:/ti/ccs5k22/c5400/xdais/lib" -i"

max7219_led.hxl

### HEXMate logfile and output summary ### ### Memory Usage ### Unused memory ranges: 1Ch - E41h max7219_led.hex ranges: 0h - 1Bh E42h - FFFh ### Hex Memory Map ### Legend:

xmlmemory.h

/* * Summary: interface for the memory allocator * Description: provides interfaces for the memory allocator, * including debugging capabilities. * * Copy: See Copyright for the

16f684.hxl

### HEXMate logfile and output summary ### ### Memory Usage ### Unused memory ranges: 2h - 7h 3F2h - 400Dh 4010h - 403Fh 16f684.hex ranges: 0h - 1h 8h - 3F1h 400Eh - 400Fh

demo10.hxl

### HEXMate logfile and output summary ### ### Memory Usage ### Unused memory ranges: 6h - 7h F2h - EE7h DEMO10.hex ranges: 0h - 5h 8h - F1h EE8h - FFFh ### Hex Memory Map

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); pos