mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
1bcec8bf6a
library use: LBER_ macros expand to system routines. LDAP_ macros expand to new ber_ allocators. Add ber_ and ldap_ memory allocators/deallocator: ber_ routines are wrappers of LBER_ macros. ldap_ routines are wrappers of ber_ routines. Removed safe_realloc() macro from various files. This issue (if an issue) should be resolved across whole package. ldapmodify.c now uses ber_ allocators to resolve ber_bvfree() vs. WIN32 multiple heaps issue. These changes should facilate implementation of ber_set_option( NULL, LBER_OPT_MEMORY_FN, ...) and ldap_set_option( NULL, LDAP_OPT_MEMORY_FN, ...). |
||
---|---|---|
.. | ||
apitest_r.dsp | ||
apitest_r.dsw | ||
apitest.dsp | ||
apitest.dsw | ||
libldap_r.dsp | ||
libldap_r.dsw | ||
ltest_r.dsp | ||
ltest_r.dsw | ||
ltest.dsp | ||
ltest.dsw | ||
Makefile.in | ||
rdwr.c | ||
thr_cthreads.c | ||
thr_lwp.c | ||
thr_nt.c | ||
thr_posix.c | ||
thr_sleep.c | ||
thr_stub.c | ||
thr_thr.c |