代码搜索:memory

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

代码结果 10,000
www.eeworm.com/read/287823/8667291

elf memory.elf

www.eeworm.com/read/287823/8667295

sbr memory.sbr

www.eeworm.com/read/287823/8667296

plg memory.plg

礦ision3 Build Log Project: C:\Philips\LPC214x\LPC214x_SampleSoftware\Keil\pwm\pwm.uv2 Project File Date: 02/15/2006 Output:
www.eeworm.com/read/387369/8691050

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/387369/8691058

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/430874/8720621

x memory.x

MEMORY { page0 (rwx) : ORIGIN = 0x0, LENGTH = 256 text (rx) : ORIGIN = 0x8000, LENGTH = 0x3f00 data : ORIGIN = 0x2000, LENGTH = 0x2000 } PROVIDE (_stack = 0x4000 - 1);
www.eeworm.com/read/386806/8724515

c 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
www.eeworm.com/read/287068/8727641

h 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
www.eeworm.com/read/287068/8727741

cpp 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
www.eeworm.com/read/386582/8737036

h 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