代码搜索:Memory

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

代码结果 10,000
www.eeworm.com/read/107421/15607350

s memory.s

/*************************************************************************/ /* */ /* FILE NAME
www.eeworm.com/read/107421/15607351

h memory.h

/********************************************************************/ /* */ /* Timer Header for KS32C50100
www.eeworm.com/read/107346/15608684

h memory.h

/* pxdscript memory.h */ #define NEW(type) (type *)Malloc(sizeof(type)) void *Malloc(unsigned n); char *strdup(const char *src);
www.eeworm.com/read/107346/15608706

cpp memory.cpp

/* pxdscript memory.c */ #include "stdafx.h" #include #include #include #include "memory.h" #include void *Malloc(unsigned n) { void *p; if (
www.eeworm.com/read/107118/15612545

c memory.c

#include #include #include #include #include int do_exit(long code); #define invalidate() \ __asm__("movl %%eax,%%cr3"::"a
www.eeworm.com/read/107118/15612546

o memory.o

www.eeworm.com/read/107118/15612577

h memory.h

/* * NOTE!!! memcpy(dest,src,n) assumes ds=es=normal data segment. This * goes for all kernel functions (ds=es=kernel space, fs=local data, * gs=null), as well as for all well-behaving user prog
www.eeworm.com/read/106975/15615664

c memory.c

/* based on creatOS MM */ #include memlink *pFree = NULL; // points to the first free link memlink *pUsed = NULL; // points to last allocated link void setupMemory(ulo
www.eeworm.com/read/106839/15619837

ppt memory.ppt

www.eeworm.com/read/106328/15639774

java memory.java

import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.io.*; import java.util.LinkedList; public class Memory extends JFrame implements ActionListener { JMenuBar bar;