搜索资源列表
MemoryManager
- 内存管理函数myalloc() ,myfree()以及测试使用时遇到的全部情况如:请求内存时遇到的内存不足,以及能满足请求的几种情况:1.空闲区刚好和请求区大小一样2.空闲区比请求区大,但余下的不能划分会一个分区3.空闲区比请求区大但余下的可以划分为一个空闲区。释放内存时也有好多种情况如:1.已经释放了的内存,再次要求释放2.请求释放的内存不属于myalloc分给的内存区3.释放成功,但释放块没有和前后空闲区合并4.释放成功,释放块和前
MemoryManager
- 内存管理函数myalloc() ,myfree()以及测试使用时遇到的全部情况如:请求内存时遇到的内存不足,以及能满足请求的几种情况:1.空闲区刚好和请求区大小一样2.空闲区比请求区大,但余下的不能划分会一个分区3.空闲区比请求区大但余下的可以划分为一个空闲区。释放内存时也有好多种情况如:1.已经释放了的内存,再次要求释放2.请求释放的内存不属于myalloc分给的内存区3.释放成功,但释放块没有和前后空闲区合并4.释放成功,释放块和前
MyFreeTV_2.21.installer
- you can now watch tv on your computer -you can now watch tv on your computer! !
mMemmoryManaay
- 内存管理函数myalloc() ,myfree()和测试使用时遇到的全部情况如:请求内存时遇到的内存不足,和能满足请求的几种情况:1.空闲区刚好与请求区大小一样2.空闲区比请求区大,但余下的不能划划分分会一个分区3.空闲区比请求区大但余下的能划分为一个空闲区。释放内存时也有好多种情况如:1.已经释放了的内存,再次要求释放2.请求释放的内存不属于myalloc分给的内存区3.释放成功,但释放块没有与前 -Memory manageme
memoryMagement
- 内存管理:模拟系统里的malloc, free的函数功能,实现自己的myMalloc,myFree;-memory mangement: I will compare my functions these was myMalloc and myfree;
memoryMagement
- 内存管理:模拟系统里的malloc, free的函数功能,实现自己的myMalloc,myFree;-memory mangement: I will compare my functions these was myMalloc and myfree;
debugmalloc
- SSD6 unit3 课后exercise3 debugmalloc.c 完成内存分配的错误监督,以及内存块分配的记录。主要函数Mymalloc Myfree 测试全部通过-SSD6 unit3 error supervision after school exercise3 debugmalloc.c complete memory allocation, and memory block allocation record. T
when_the
- 内存管理函数myalloc() ,myfree()以及测试使用时遇到的全部情况如(Memory management functions myalloc (), myfree (), and test all the situation such as encountered when using)
stm32_cjsonV1.1
- STM32 cjson移植全部源代码,基于网友版本,修复main函数中free函数为myfree(STM32 cjson transplant all the source code, based on the net friend version, the free function in the main function is myfree)