Memory Dump Analysis Anthology Volume11 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2019-12-21 21:13:30 32.63MB Memory
1
网易杭研院何登成学习CPU架构以及并发程序设计的一些心得 与收获。主要内容包括: – 简单介绍CPU的架构,部分主要模块及其功能(Cache Structure, Cache Line , Set-Way); – Cache Coherence算法 (MESI, MOESI); – CPU Memory Ordering模型 (Atomic,Reorder,Memory Barrier (Compiler, CPU),Lock Instruction,Load Acquire/Store Release); – 并发程序设计 (实现一个Spinlock,纠正一个Lock-Free Algorithm, Data Race (False-Sharing, Per-Processor Data))
2019-12-21 21:11:57 2.12MB 无锁 并发 多线程 内存顺序
1
The story of Flash memory is one of a unique technology that was almost a failure. Only after three unsuccessful attempts did Flash succeed in the marketplace. To succeed, Flash had to solve several technical problems and had to create a market for itself. Once these issues were addressed, Flash quickly became the highest volume nonvolatile memory displacing the EPROM only 5 years after its successful entry in the market. Today, Flash is challenging DRAM for the highest volume semiconductor memory used in the world. While the market forecast for Flash is bright, the technology is approaching fundamental limits in its scalability.
2019-12-21 21:08:51 10.93MB memory
1
What makes it page? The windows 7 (x64) memory manager. 英文扫描 + OCR + 双层PDF(可选择文字, 可选择copy/搜索), 带书签. 一直想在网上找到该书的电子版, 到目前没找到, 于是通过海外购买了这本书的英文原版, 自己用扫描仪一页页扫描, 用Photoshop + Abbyy 制作.
2019-12-21 21:08:15 28.28MB Windows Memory Manager OS
1
Introduction The usual implementation of malloc and free are unforgiving to errors in their callers' code, including cases where the programmer overflows an array, forgets to free memory, or frees a memory block twice. This often does not affect the program immediately, waiting until the corrupted memory is used later (in the case of overwrites) or gradually accumulating allocated but unused blocks. Thus, debugging can be extremely difficult. In this assignment, you will write a wrapper for the malloc package that will catch errors in the code that calls malloc and free. The skills you will have learned upon the completion of this exercise are pointer arithmetic and a greater understanding of the consequences of subtle memory mistakes. Logistics Unzip debugging_malloc.zip into an empty directory. The files contained are as follows: File(s): Function: debugmalloc.c Contains the implementation of the three functions you will be writing. This is the one file you will be editing and handing in. debugmalloc.h Contains the declaration of the functions, as well as the macros that will call them. driver.c Contains main procedure and the code that will be calling the functions in the malloc package dmhelper.c, dmhelper.h Contain the helper functions and macros that you will be calling from your code grader.pl Perl script that runs your code for the various test cases and gives you feedback based on your current code debugmalloc.dsp Exercise 3 project file debugmalloc.dsw Exercise 3 workspace file tailor.h, getopt.c, getopt.h Tools that are used only by the driver program for I/O purposes. You will not need to know what the code in these files do. Others Required by Visual C++. You do not need to understand their purpose Specification Programs that use this package will call the macros MALLOC and FREE. MALLOC and FREE are used exactly the same way as the malloc() and free() functions in the standard C malloc package. That is, the li
2019-12-21 21:00:53 2KB Debugging Malloc Memory Errors
1
MIT JOS Lab2: Memory Management,上海交通大学最新版本的JOS Lab2完整版代码,80分测试满分 详细解析地址:https://blog.csdn.net/qq_32473685/article/details/99625128
2019-12-21 20:40:38 953KB JOS Lab
1
ANTS Memory Profiler 8.1 安装包+激活工具+教程,含工具
2019-12-21 20:28:04 37.31MB ANTS
1
nand flash原理与百科,对于理解nand flash的物理与逻辑组织很有帮助!
2019-12-21 20:22:40 12.34MB Nand Flash Memory
1
虚拟存储是现代操作系统的基础,这篇文章是专门讲跟虚拟存储相关的技术,主要是操作系统方面
2019-12-21 20:18:17 1.86MB 虚拟内存 操作系统 OS MMU
1
OutOfMemoryError_8种典型案例分享,定位java内存问题
2019-12-21 20:15:03 865KB java memory
1