CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - malloc
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - malloc - List
[
Internet-Network
]
malloclab-handout
DL : 3
CSAPP malloc实验的优化,以及几个运行的实例。-CSAPP malloc experiment optimization, and several running examples.
Date
: 2025-07-12
Size
: 20kb
User
:
kongling
[
Other
]
BufferManage
DL : 0
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.
Date
: 2025-07-12
Size
: 1kb
User
:
谢德平
[
OS program
]
1
DL : 0
malloc项目第一阶段:固定内存分配,同时加深对数据结=结构的理解-malloc first phase: Fixed memory allocation, while deepening the understanding of the data structure node =
Date
: 2025-07-12
Size
: 6kb
User
:
rufang
[
Windows Develop
]
2
DL : 0
malloc项目第二阶段:动态内存分配,同时加深对数据结=结构的理解-malloc second phase of project: Dynamic memory allocation, while deepening understanding of the structure of the data node =
Date
: 2025-07-12
Size
: 8kb
User
:
rufang
[
matlab
]
3
DL : 0
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 =
Date
: 2025-07-12
Size
: 40kb
User
:
rufang
[
Other Embeded program
]
timeout-list-malloc
DL : 0
从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.
Date
: 2025-07-12
Size
: 28kb
User
:
tangjian
[
Other Embeded program
]
malloc
DL : 0
simple malloc function
Date
: 2025-07-12
Size
: 883kb
User
:
emml82
[
FlashMX
]
malloc
DL : 0
这个文件里面讲的是malloc函数的用法,希望大家喜欢。-This file is the malloc function, which was about the use of, hope you like.
Date
: 2025-07-12
Size
: 5kb
User
:
xiaohei
[
Windows Develop
]
malloc
DL : 0
操作系统实验,内存分配与回收,用MFC做的源程序,包括首次和最佳分配算法-Experimental operating system, memory allocation and recovery, to do with the MFC source code, including the first and best allocation algorithm
Date
: 2025-07-12
Size
: 770kb
User
:
肖健
[
Embeded-SCM Develop
]
malloc-hitech-c
DL : 0
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.
Date
: 2025-07-12
Size
: 6kb
User
:
Kirill Frolov
[
Linux-Unix
]
malloc
DL : 0
A malloc that runs on different traces and allocates/frees memory as per the requests in these trace files!
Date
: 2025-07-12
Size
: 5kb
User
:
amitabhh
[
Other
]
Difference-Between-Malloc-and-Calloc
DL : 0
Difference Between Malloc and Calloc
Date
: 2025-07-12
Size
: 5kb
User
:
vijay
[
Other
]
Malloc-Simumation
DL : 0
malloc implementation
Date
: 2025-07-12
Size
: 226kb
User
:
Soumen
[
Data structs
]
DougLea
DL : 0
Doug Lea 的 malloc/free 算法,非常优秀,可以参考。-Doug Lea s malloc/free source code.
Date
: 2025-07-12
Size
: 42kb
User
:
秦湘文
[
Software Engineering
]
malloc
DL : 0
malloc的glibc里实现的内幕说明。说得相当的详细,值得学习-glibc malloc is implemented inside insider instructions. It quite detailed, it is worth learning
Date
: 2025-07-12
Size
: 275kb
User
:
cupidove
[
Windows Develop
]
malloc
DL : 0
malloc Classic Source
Date
: 2025-07-12
Size
: 7kb
User
:
[
Software Engineering
]
MALLOc
DL : 0
Malloc 的实现方法,单向链表法,实现malloc和free的功能-Malloc implementations, singly linked list method, the function of malloc and free
Date
: 2025-07-12
Size
: 11kb
User
:
dayong
[
Other
]
malloc
DL : 0
malloc customizing. my src. it s very cool.
Date
: 2025-07-12
Size
: 5kb
User
:
kowbot
[
Embeded Linux
]
malloc
DL : 0
各种malloc动态内存分配的实现方法,包括单链,双链,双向,双向循环,目录,伙伴-Various malloc implementations of dynamic memory allocation methods, including the single-stranded and double-stranded, two-way, two-way loop, directories, partners
Date
: 2025-07-12
Size
: 7kb
User
:
杨斌强
[
VC/MFC
]
malloc-and-free
DL : 0
C语言的malloc和free函数的学习总结-Malloc and free functions of C language learning summary
Date
: 2025-07-12
Size
: 154kb
User
:
周杰楷
«
1
2
3
4
5
6
7
8
9
10
...
20
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.