malloc.so

来自「berkeley db 4.6.21的源码。berkeley db是一个简单的数」· SO 代码 · 共 22 行

SO
22
字号
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 + =
减小字号Ctrl + -
显示快捷键?