lber-memory.3
来自「开放源码的ldap系统」· 3 代码 · 共 59 行
3
59 行
.TH LBER_MEMORY 3 "12 July 2000" "OpenLDAP LDVERSION".\" $OpenLDAP: pkg/ldap/doc/man/man3/lber-memory.3,v 1.2.2.1 2000/07/29 01:53:04 kurt Exp $.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved..\" Copying restrictions apply. See COPYRIGHT/LICENSE..SH NAMEber_memalloc, ber_memcalloc, ber_memrealloc, ber_memfree \- LBER memory allocators.SH SYNOPSIS.nf.ft B#include <lber.h>.ft.fi.LP.nf.ft Bvoid * ber_memalloc( ber_len_t bytes ).ft.fi.LP.nf.ft Bvoid * ber_memcalloc( ber_len_t nelems, ber_len_t bytes ).ft.fi.LP.nf.ft Bvoid * ber_memrealloc( void \(**ptr, ber_len_t bytes);.ft.fi.LP.nf.ft Bvoid * ber_memfree( void \(**ptr );.ft.fi.SH DESCRIPTION.LPThese routines are used to allocate/deallocate memory used/returnedby the Lightweight BER library as required by.BR lber-encode (3)and.BR lber-decode (3)..SH SEE ALSO.BR lber-decode (3).BR lber-encode (3).BR lber-types (3).LP.SH ACKNOWLEDGEMENTS.B OpenLDAPis developed and maintained by The OpenLDAP Project (http://www.openldap.org/)..B OpenLDAPis derived from University of Michigan LDAP 3.3 Release.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?