代码搜索:memory

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

代码结果 10,000
www.eeworm.com/read/449526/7501599

elf memory.elf

www.eeworm.com/read/449526/7501602

obj memory.obj

www.eeworm.com/read/449526/7501605

sbr memory.sbr

www.eeworm.com/read/449526/7501606

plg memory.plg

礦ision3 Build Log Project: D:\work\ARM\LPC214X_sample\USBMem\Memory.uv2 Project File Date: 04/07/2006 Output:
www.eeworm.com/read/449369/7508116

h memory.h

/*2:*/ #line 183 "./memory.w" extern const char*memory_rcs_id; void*mem_alloc(const size_t); void*mem_calloc(const size_t nmemb,const size_t size); void*mem_realloc(void*,size_t); char*dup_string(co
www.eeworm.com/read/449369/7508173

w memory.w

www.eeworm.com/read/449369/7508178

c memory.c

/*1:*/ #line 110 "./memory.w" #include #include "lkconfig.h" #include #include #include #include "fixincludes.h" #include "error.h" #include "memory.h" con
www.eeworm.com/read/449031/7519898

h memory.h

#ifndef _MEMORY_H_ #define _MEMORY_H_ #include /** * Pre-allocate a chunk of memory and allocate them in small pieces. * Those memory are never freed after allocation. Used for persist
www.eeworm.com/read/449031/7519902

cpp memory.cpp

#include "memory.h" #define PRE_ALLOC_SIZE 2097152 /* 2MB */ namespace rmmseg { char *_pool_base = static_cast(std::malloc(PRE_ALLOC_SIZE)); int _pool_size = PRE_ALLOC_SIZE; }
www.eeworm.com/read/449028/7520069

java memory.java

/** * Main driver for the Memory game. * * @author Terri Paik * @author Zhu Jing * StudentID:0631118 * Project: 3 * Date:2009/04/02 */ public class Memory { /** * T