Update todo comment about memory allocation error
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 2 Jun 2011 13:49:37 +0000 (09:49 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 2 Jun 2011 13:49:37 +0000 (09:49 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu-rbtree.c

index 9e5e5024a209c70eebbe3ba4ca00dc6507ca5e57..7cf75458f997e52441267bd2689702c622538186 100644 (file)
@@ -198,7 +198,8 @@ void *calculate_node_max_end(struct rcu_rbtree *rbtree, struct rcu_rbtree_node *
  * Deal with memory allocation errors.
  * Can be ensured by reserving a pool of memory entries before doing the
  * insertion, which will have to be function of number of
- * transplantations/rotations required for the operation.
+ * transplantations/rotations required for the operation (which is a
+ * multiple of the tree height).
  */
 
 #ifdef DEBUG
This page took 0.025974 seconds and 4 git commands to generate.