代码搜索:Memory

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

代码结果 10,000
www.eeworm.com/read/351555/3107463

h memory.h

/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are per
www.eeworm.com/read/351555/3107500

c memory.c

/* libFLAC - Free Lossless Audio Codec library * Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are per
www.eeworm.com/read/351171/3110524

c memory.c

/* * linux/mm/memory.c * * (C) 1991 Linus Torvalds */ /* * demand-loading started 01.12.91 - seems it is high on the list of * things wanted, and it should be easy to implement. - Linus */ /* * 需求加载是
www.eeworm.com/read/351171/3110553

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 programs (
www.eeworm.com/read/350730/3116921

c memory.c

/* * vivi/lib/memory.c: * * Copyright (C) 2002 MIZI Research, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License
www.eeworm.com/read/350730/3117045

h memory.h

/* * vivi/include/memory.h * * Copyright (C) 2001,2002 MIZI Research, Inc. * * $Id: memory.h,v 1.2 2002/08/28 05:59:13 nandy Exp $ */ #ifndef __VIVI_MEMORY_H__ #define __VIVI_MEMORY_H__ #inclu
www.eeworm.com/read/350657/3118535

c memory.c

/* * Carsten Langgaard, carstenl@mips.com * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. * * ######################################################################## * *
www.eeworm.com/read/350657/3118605

c memory.c

/* * memory.c: PROM library functions for acquiring/using memory descriptors * given to us from the ARCS firmware. * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) */ #include
www.eeworm.com/read/350657/3118753

c memory.c

/* * memory.c: memory initialisation code. * * Copyright (C) 1998 Harald Koerfgen, Frieder Streffer and Paul M. Antoine * Copyright (C) 2000 Maciej W. Rozycki * * $Id: memory.c,v 1.3 1999/10/09
www.eeworm.com/read/350657/3119406

c memory.c

/* $Id: memory.c,v 1.5 1999/08/31 06:55:04 davem Exp $ * memory.c: Prom routine for acquiring various bits of information * about RAM on the machine, both virtual and physical. * * Copyr