代码搜索:Memory

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

代码结果 10,000
www.eeworm.com/read/204826/15333143

c memory2.c

#include #include #include #define A_MEGABYTE (1024 * 1024) int main() { char *some_memory; size_t size_to_allocate = A_MEGABYTE; int megs_obtained
www.eeworm.com/read/204826/15333147

c memory1.c

#include #include #include #define A_MEGABYTE (1024 * 1024) int main() { char *some_memory; int megabyte = A_MEGABYTE; int exit_code = EXIT_FAILURE;
www.eeworm.com/read/204826/15333148

c memory6.c

#include #define ONE_K (1024) int main() { char *some_memory; int exit_code = EXIT_FAILURE; some_memory = (char *)malloc(ONE_K); if (some_memory != NULL) { free(s
www.eeworm.com/read/204826/15333150

c memory3.c

#include #include #include #define ONE_K (1024) int main() { char *some_memory; int size_to_allocate = ONE_K; int megs_obtained = 0; int ks_obtaine
www.eeworm.com/read/204826/15333151

c memory4.c

#include #include #define ONE_K (1024) int main() { char *some_memory; char *scan_ptr; some_memory = (char *)malloc(ONE_K); if (some_memory == NULL) exit(E
www.eeworm.com/read/204826/15333161

c memory5a.c

#include #include #include int main() { char *some_memory = (char *)0; printf("A read from null %s\n", some_memory); sprintf(some_memory, "A write to nul
www.eeworm.com/read/203535/15356372

uv2 memory.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (MCB2140 Board), 0x0004 // Tools: 'ARM-ADS' Group (Startup Code) Group (Disk Image) Group (Source Code) Group (Documentatio
www.eeworm.com/read/203535/15356386

uv2 memory.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (MCB2140 Board), 0x0004 // Tools: 'ARM-ADS' Group (Startup Code) Group (Disk Image) Group (Source Code) Group (Documentatio
www.eeworm.com/read/203535/15356392

bak memory_opt.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/203535/15356413

bak memory_sct.bak

; ************************************************************* ; *** Scatter-Loading Description File generated by uVision *** ; ************************************************************* LR_