函数的作用是:为上传到FTP服务器的文件分配空间。
在载入时,段将有空间分配在进程中。除了包含调试信息的段外,都将被设置。
这使环境变量USE_ZEND_ALLOC可用于允许在运行时选择malloc或emalloc内存分配。
multipage_alloc仅仅用于SMS表空间,用以提高插入性能。
这会将数据库配置参数MULTIPAGE_ALLOC的值设置成YES。
它将multipage_alloc配置参数修改为Yes,并断开连接。
例如,可以用alloc_inode分配inode,用destroy_inode删除inode。
pool_alloc接口——通常与STL容器结合在一起使用。
1·To create a new object (in this case, the string that will be returned), first alloc the object and then initialize it.
要创建一个新对象(这里是将返回的字符串),首先分配对象,然后初始化对象。
2·These are not as common as instance methods, but you will often see class methods that are factory methods for creating new instances of the class; this saves you from having to alloc and initialize.
它们不像实例方法那样常见,但您将会经常看到一些类方法,它们作为创建新的类实例的工厂方法;这免得您必须进行分配和初始化。
3·All objects are set to nil in the alloc method (or to zero for instance variables).
所有的对象都设置为零的分配方法(或零的实例变量)。