aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_container_lib.h')
-rw-r--r--src/include/gnunet_container_lib.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 8d8cbf4c1..0d81abfd3 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -323,7 +323,7 @@ GNUNET_CONTAINER_bloomfilter_copy (
323 323
324/** 324/**
325 * @ingroup bloomfilter 325 * @ingroup bloomfilter
326 * Free the space associcated with a filter 326 * Free the space associated with a filter
327 * in memory, flush to drive if needed (do not 327 * in memory, flush to drive if needed (do not
328 * free the space on the drive). 328 * free the space on the drive).
329 * 329 *
@@ -782,7 +782,7 @@ typedef int (*GNUNET_CONTAINER_MulitHashMapIteratorCallback) (
782 * to be copied as the destination of the pointer is 782 * to be copied as the destination of the pointer is
783 * guaranteed to be life as long as the value is stored in 783 * guaranteed to be life as long as the value is stored in
784 * the hashmap. This can significantly reduce memory 784 * the hashmap. This can significantly reduce memory
785 * consumption, but of course is also a recipie for 785 * consumption, but of course is also a recipe for
786 * heap corruption if the assumption is not true. Only 786 * heap corruption if the assumption is not true. Only
787 * use this if (1) memory use is important in this case and 787 * use this if (1) memory use is important in this case and
788 * (2) you have triple-checked that the invariant holds 788 * (2) you have triple-checked that the invariant holds
@@ -1072,7 +1072,7 @@ struct GNUNET_CONTAINER_MultiPeerMap;
1072 * to be copied as the destination of the pointer is 1072 * to be copied as the destination of the pointer is
1073 * guaranteed to be life as long as the value is stored in 1073 * guaranteed to be life as long as the value is stored in
1074 * the hashmap. This can significantly reduce memory 1074 * the hashmap. This can significantly reduce memory
1075 * consumption, but of course is also a recipie for 1075 * consumption, but of course is also a recipe for
1076 * heap corruption if the assumption is not true. Only 1076 * heap corruption if the assumption is not true. Only
1077 * use this if (1) memory use is important in this case and 1077 * use this if (1) memory use is important in this case and
1078 * (2) you have triple-checked that the invariant holds 1078 * (2) you have triple-checked that the invariant holds
@@ -1351,7 +1351,7 @@ struct GNUNET_CONTAINER_MultiShortmap;
1351 * to be copied as the destination of the pointer is 1351 * to be copied as the destination of the pointer is
1352 * guaranteed to be life as long as the value is stored in 1352 * guaranteed to be life as long as the value is stored in
1353 * the hashmap. This can significantly reduce memory 1353 * the hashmap. This can significantly reduce memory
1354 * consumption, but of course is also a recipie for 1354 * consumption, but of course is also a recipe for
1355 * heap corruption if the assumption is not true. Only 1355 * heap corruption if the assumption is not true. Only
1356 * use this if (1) memory use is important in this case and 1356 * use this if (1) memory use is important in this case and
1357 * (2) you have triple-checked that the invariant holds 1357 * (2) you have triple-checked that the invariant holds
@@ -1634,7 +1634,7 @@ struct GNUNET_CONTAINER_MultiUuidmap;
1634 * to be copied as the destination of the pointer is 1634 * to be copied as the destination of the pointer is
1635 * guaranteed to be life as long as the value is stored in 1635 * guaranteed to be life as long as the value is stored in
1636 * the hashmap. This can significantly reduce memory 1636 * the hashmap. This can significantly reduce memory
1637 * consumption, but of course is also a recipie for 1637 * consumption, but of course is also a recipe for
1638 * heap corruption if the assumption is not true. Only 1638 * heap corruption if the assumption is not true. Only
1639 * use this if (1) memory use is important in this case and 1639 * use this if (1) memory use is important in this case and
1640 * (2) you have triple-checked that the invariant holds 1640 * (2) you have triple-checked that the invariant holds