libqb/include/qb
Angus Salkeld 2da98acd42 MAP: add a notifier purely to allow the user to free memory.
At the moment if you have multiple notifiers it becomes impossible
to figure out when it is safe to free the values.

This new callback can only be added once and is called
once, making it better suited to freeing memory. It is
also called after the deleted and replaced notifiers.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2011-12-14 00:26:01 +11:00
..
Makefile.am Initial map using either a skiplist or a hashtable 2011-08-22 14:11:43 +10:00
qbarray.h ARRAY: add getter's to retrieve number of bins and elms/bin 2011-04-14 09:55:57 +10:00
qbatomic.h atomic: fix qb_atomic_pointer macros 2011-08-19 10:21:02 +10:00
qbconfig.h.in LOG: add dynamic callsites (for platforms that don't support __attribute__(section) 2011-04-14 16:05:38 +10:00
qbdefs.h defs: better define va_copy 2011-08-26 09:39:26 +10:00
qbhdb.h Be more consistent with the C++ protection 2011-03-30 19:53:41 +11:00
qbipc_common.h Be more consistent with the C++ protection 2011-03-30 19:53:41 +11:00
qbipcc.h examples: add ipc client/server 2011-10-23 22:40:26 +11:00
qbipcs.h examples: add ipc client/server 2011-10-23 22:40:26 +11:00
qblist.h Provide some helpful macros for iterating over lists. 2011-05-27 20:43:51 +10:00
qblog.h Move simple-log.c to examples/ 2011-10-23 22:40:26 +11:00
qbloop.h examples: Add tcpclient.c/tcpserver.c 2011-10-23 22:40:26 +11:00
qbmap.h MAP: add a notifier purely to allow the user to free memory. 2011-12-14 00:26:01 +11:00
qbrb.h Be more consistent with the C++ protection 2011-03-30 19:53:41 +11:00
qbutil.h Improve the stopwatch doxygen comments. 2011-12-07 12:24:47 +11:00