In the case of malloc, havoc can result for the process, because malloc usually maintains a linked list of all its allocated area and it may have been in the middle of changing this list.
如果是调用malloc,则进程会被严重破坏,因为malloc通常会为所有它所分配的区域维持一个链表,而它又可能正在修改那个链表。
When memory size is less than or equal to 512 bytes, AIX malloc provides a more efficient frontend to the actual backend functions of malloc.
对于小于或等于512字节的内存块,AIXmalloc为malloc的实际后端功能提供更高效的前端。
When memory size is less than or equal to 512 bytes, AIX malloc provides a more efficient frontend to the actual backend functions of malloc.
对于小于或等于512字节的内存块,AIXmalloc为malloc的实际后端功能提供更高效的前端。
应用推荐