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

Search list

[Linux-Unixmalloc.tar.z

Description: 对内存的分配、释放和使用进行检查,以发现不合法指针,减少程序BUG
Platform: | Size: 35381 | Author: | Hits:

[Develop ToolsThe Best CC++ Tips Ever

Description: 中文译名《最优C/C++编程秘诀》。书中对new/delete、malloc/free,构造/析构函数等等C/C++难点问题有详细深入的讲解。-Hansard "optimal C / C programming tips." Book of the new / delete and malloc / free, Construction / destructor function, etc. C / C difficult issues detailed, in-depth explanation.
Platform: | Size: 9833867 | Author: 王宏志 | Hits:

[CSharp桌面hhs

Description: int *base int *top int stacksize }sqstack inistack(sqstack &s) { s.base=(int*)malloc(stackintsize*sizeof(int)) if(!s.base) exit(-2) s.top=s.base s.stacksize=stackintsize return 1 }- int *base int *top int stacksize }sqstack inistack(sqstack s) { s.base=(int*)malloc(stackintsize*sizeof(int)) if(!s.base) exit(-2) s.top=s.base s.stacksize=stackintsize return 1 }
Platform: | Size: 3046 | Author: 王键 | Hits:

[Data structsmalloc-java

Description: java实现的malloc函数。供模拟学习用,不是底层实现。-malloc function written in java. only for study and animation. not a low-level implemention
Platform: | Size: 7168 | Author: axe33shj | Hits:

[Software Engineeringfungsi-malloc

Description: a documen for malloc function
Platform: | Size: 44032 | Author: kristiantari | Hits:

[Software EngineeringDoug-Leas-malloc

Description: Doug Lea’s malloc源代码的主要流程及函数分析说明-Doug Lea’s malloc source code, process and function analysis shows that
Platform: | Size: 823296 | Author: yuping | Hits:

[OS Developmalloc.c

Description: Simple well documented malloc implementation. Great for when you need to write your own.
Platform: | Size: 60416 | Author: fooofoofo | Hits:

[Linux-Unixqemu-malloc

Description: malloc-like functions for system emulation.
Platform: | Size: 1024 | Author: rertengjei | Hits:

[Othermalloc

Description: Malloc 向系统申请分配指定size个字节的内存空间。返回类型是 void* 类型。void* 表示未确定类型的指针。C,C++规定,void* 类型可以强制转换为任何其它类型的指针。-Malloc to the system for the allocation of the specified size bytes of memory space. Return type is void*. void* indicates undetermined type pointer. C, C++ regulations, void* type can be cast to any other type of pointer.
Platform: | Size: 6144 | Author: | Hits:

[Linux-UnixMalloc

Description: Malloc from cs:app with configurable segregated free list and probe scheme defined as macros.
Platform: | Size: 3565568 | Author: Sky Gao | Hits:

[OS programmalloc

Description: ics 的malloc实现,采用分离存储,模拟memory的malloc和free等操作。-to realize the molloc and free operation, the lab of ics class
Platform: | Size: 6144 | Author: jjbond | Hits:

[Linux-Unixmalloc

Description: malloc.h - NTFS kernel memory handling. Part of the Linux-NTFS project.
Platform: | Size: 3072 | Author: zktonxs | Hits:

[Othermalloc-function

Description: Function malloc is a function to reserve memory in c/c++ computer programming.
Platform: | Size: 24576 | Author: wan | Hits:

[Linux-Unixmalloc

Description: Only the AC_FUNC_MALLOC macro defines malloc already in config.h. -Only the AC_FUNC_MALLOC macro defines malloc already in config.h.
Platform: | Size: 17408 | Author: tacnxai | Hits:

[Embeded Linuxmalloc

Description: 用c实现malloc的功能,实现内存的分配和删除-Malloc function using c implementation, achieve memory allocation and delete
Platform: | Size: 4096 | Author: 陈远帆 | Hits:

[ADO-ODBCmalloc

Description: Malloc 向系统申请分配指定size个字节的内存空间。返回类型是 void* 类型。void* 表示未确定类型的指针。C,C++规定,void* 类型可以强制转换为任何其它类型的指针。-Malloc to the system for the allocation of the specified size bytes of memory space. Return type is void*. void* indicates undetermined type pointer. C, C++ regulations, void* type can be cast to any other type of pointer.
Platform: | Size: 6144 | Author: cv92993pang | Hits:

[source in ebookmalloc-lab

Description: 在这个实验中你将写一个C程序,即动态存储分配器,你自己的malloc版本,免费和realloc例程。你被鼓励去探索设计空间,创造性地实施一个分配器,是正确的,有效的fi 高效、快速。 -In this lab you will be writing a dynamic storage allocator for C programs, i.e., your own version of the malloc, free and realloc routines. You are encouraged to explore the design space creatively and implement an allocator that is correct, effi cient and fast.
Platform: | Size: 1201152 | Author: hxy | Hits:

[ComboBoxcnclrve-malloc

Description: #include stdio,h #include malloc,h #define TRUE 1 #define n,(# include the stdio, h # include malloc, 1 # define n h # define TRUE,)
Platform: | Size: 3072 | Author: 朱龙云 | Hits:

[Otherexec3

Description: Debugging Malloc Lab,Detecting Memory-Related Errors
Platform: | Size: 1012736 | Author: 22kon | Hits:

[Embeded-SCM Develop单片机内存管理函数

Description: malloc与free函数并不是单片机的标准库函数,但很多实际应用中,比如链表的实现,都需要用到这两个函数。本文是malloc与free函数的一个实现,代码小巧灵活,适合嵌入单片机中使用。
Platform: | Size: 4823 | Author: lifelonglover@126.com | Hits:
« 1 2 3 45 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net