代码搜索结果

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

memory.plg

礦ision3 Build Log Project: C:\Philips\LPC214x\LPC214x_SampleSoftware\Keil\pwm\pwm.uv2 Project File Date: 02/15/2006 Output:

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

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; }

memory.x

MEMORY { page0 (rwx) : ORIGIN = 0x0, LENGTH = 256 text (rx) : ORIGIN = 0x8000, LENGTH = 0x3f00 data : ORIGIN = 0x2000, LENGTH = 0x2000 } PROVIDE (_stack = 0x4000 - 1);

memory.c

/* * linux/mm/memory.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * demand-loading started 01.12.91 - seems it is high on the list of * things wanted, and it should be easy to

memory.h

/* Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. Governed by the TrueCrypt License 2.4 the full text of which is contained in the file License.txt included in TrueCrypt binary

memory.cpp

/* Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. Governed by the TrueCrypt License 2.4 the full text of which is contained in the file License.txt included in TrueCrypt binary

memory.h

/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo