#48102 allow replacing event framework memory allocation functions
Closed: wontfix None Opened 9 years ago by rmeggins.

For example, libevent has

void event_set_mem_functions(
    void *(*malloc_fn)(size_t sz),
    void *(*realloc_fn)(void *ptr, size_t sz),
    void (*free_fn)(void *ptr));

tevent is unique - it is built on top of talloc, a memory allocation library with some interesting features such as constructor/destructor-like functions. So we can't change tevent.


commit 847d3bc4b3073798d560d6ea52391834d00fc84a
Author: Mark Reynolds mreynolds@redhat.com
Date: Fri Mar 6 11:34:38 2015 -0500

Metadata Update from @mreynolds:
- Issue assigned to mreynolds
- Issue set to the milestone: 1.3.4 backlog

7 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/1433

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

3 years ago

Login to comment on this ticket.

Metadata