Welcome![Sign In][Sign Up]
Location:
Search - malloc

Search list

[Internet-Networkmalloclab-handout

Description: CSAPP malloc实验的优化,以及几个运行的实例。-CSAPP malloc experiment optimization, and several running examples.
Platform: | Size: 20480 | Author: kongling | Hits:

[OtherBufferManage

Description: C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许多场合下,您无法预先确定缓冲区所需的实际大小,这对于构造复杂的 C 程序来说,可能会导致几个根本性的问题。一种自我管理的抽象数据缓冲区概括地给出了抽象缓冲区的伪 C 代码实现,并详细介绍了采用这种机制的优点。-C programming language defines two standard memory management functions: malloc () and free (). C programmers frequently use those functions at run-time allocation of buffers in order to pass data between functions. However, in many occasions, you can not pre-determine the actual size of the buffer required, which for the complex structure of the C program, it may lead to several fundamental questions. A self-management, abstract data buffer generally gives the pseudo-C code for an abstract buffer implementation, and details the advantages of using this mechanism.
Platform: | Size: 1024 | Author: 谢德平 | Hits:

[OS program1

Description: malloc项目第一阶段:固定内存分配,同时加深对数据结=结构的理解-malloc first phase: Fixed memory allocation, while deepening the understanding of the data structure node =
Platform: | Size: 6144 | Author: rufang | Hits:

[Windows Develop2

Description: malloc项目第二阶段:动态内存分配,同时加深对数据结=结构的理解-malloc second phase of project: Dynamic memory allocation, while deepening understanding of the structure of the data node =
Platform: | Size: 8192 | Author: rufang | Hits:

[matlab3

Description: malloc项目第三阶段:优化,用哈希表实现,同时加深对数据结=结构的理解-malloc Project Phase III: optimization, with the hash table to achieve at the same time deepen the understanding of the structure of the data node =
Platform: | Size: 40960 | Author: rufang | Hits:

[Other Embeded programtimeout-list-malloc

Description: 从uclibc的malloc和glib的glist、timeout提取出来的代码,用于嵌入式开发。分配一块内存用于动态内存,有定时功能,提供双向链表这种容器。用于没有操作系统和c标准库支持的环境。-Uclibc' s malloc and glib from the glist, timeout extracted the code for embedded development. A memory for dynamic memory allocation, there is timing, to provide two-way linked list of this container. For there is no operating system and the c standard library support environment.
Platform: | Size: 28672 | Author: tangjian | Hits:

[Other Embeded programmalloc

Description: simple malloc function
Platform: | Size: 904192 | Author: emml82 | Hits:

[FlashMXmalloc

Description: 这个文件里面讲的是malloc函数的用法,希望大家喜欢。-This file is the malloc function, which was about the use of, hope you like.
Platform: | Size: 5120 | Author: xiaohei | Hits:

[Windows Developmalloc

Description: 操作系统实验,内存分配与回收,用MFC做的源程序,包括首次和最佳分配算法-Experimental operating system, memory allocation and recovery, to do with the MFC source code, including the first and best allocation algorithm
Platform: | Size: 788480 | Author: 肖健 | Hits:

[Embeded-SCM Developmalloc-hitech-c

Description: malloc () for hitech-c For picc18 or other compilers, where the library malloc crooked and bad. Memory size is determined (and the memory is allocated to) an array of HEAP. To debug a useful function: malloc_debug called when the gathering of the program (for example, the handler abort () or assert ()) and malloc_check that can be called when nothing else is done to check the integrity of the heap. Yes, there s magic codes in place to detect deterioration of memory over the selected. free () works correctly with the bug related to NULL (large model of memory), realloc more or less live with narrowing of the allocated memory in a memory deficit. The rest is not HI-FI, but in general working.
Platform: | Size: 6144 | Author: Kirill Frolov | Hits:

[Linux-Unixmalloc

Description: A malloc that runs on different traces and allocates/frees memory as per the requests in these trace files!
Platform: | Size: 5120 | Author: amitabhh | Hits:

[OtherDifference-Between-Malloc-and-Calloc

Description: Difference Between Malloc and Calloc
Platform: | Size: 5120 | Author: vijay | Hits:

[OtherMalloc-Simumation

Description: malloc implementation
Platform: | Size: 231424 | Author: Soumen | Hits:

[Data structsDougLea

Description: Doug Lea 的 malloc/free 算法,非常优秀,可以参考。-Doug Lea s malloc/free source code.
Platform: | Size: 43008 | Author: 秦湘文 | Hits:

[Software Engineeringmalloc

Description: malloc的glibc里实现的内幕说明。说得相当的详细,值得学习-glibc malloc is implemented inside insider instructions. It quite detailed, it is worth learning
Platform: | Size: 281600 | Author: cupidove | Hits:

[Windows Developmalloc

Description: malloc Classic Source
Platform: | Size: 7168 | Author: | Hits:

[Software EngineeringMALLOc

Description: Malloc 的实现方法,单向链表法,实现malloc和free的功能-Malloc implementations, singly linked list method, the function of malloc and free
Platform: | Size: 11264 | Author: dayong | Hits:

[Othermalloc

Description: malloc customizing. my src. it s very cool.
Platform: | Size: 5120 | Author: kowbot | Hits:

[Embeded Linuxmalloc

Description: 各种malloc动态内存分配的实现方法,包括单链,双链,双向,双向循环,目录,伙伴-Various malloc implementations of dynamic memory allocation methods, including the single-stranded and double-stranded, two-way, two-way loop, directories, partners
Platform: | Size: 7168 | Author: 杨斌强 | Hits:

[VC/MFCmalloc-and-free

Description: C语言的malloc和free函数的学习总结-Malloc and free functions of C language learning summary
Platform: | Size: 157696 | Author: 周杰楷 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net