📄 malloc.so
字号:
m4_comment([$Id: malloc.so,v 10.20 2001/04/03 16:27:58 bostic Exp $])m4_ref_title(Access Methods, Non-local memory allocation,, am_conf/dup, am_conf/bt_compare)m4_p([dnlm4_db allocates memory for returning key/data pairs and statisticalinformation which becomes the responsibility of the application.There are also interfaces where an application will allocate memorywhich becomes the responsibility of m4_db.])m4_p([dnlOn systems in which there may be multiple library versions of thestandard allocation routines (notably Windows NT), transferring memorybetween the library and the application will fail because the m4_dblibrary allocates memory from a different heap than the applicationuses to free it, or vice versa. To avoid this problem, them4_ref(dbenv_set_alloc) and m4_refT(dbh_set_alloc)s can be used togive m4_db references to the application's allocation routines.])m4_page_footer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -