We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97e741 commit 28c7f4bCopy full SHA for 28c7f4b
1 file changed
src/snmalloc/mem/corealloc.h
@@ -589,7 +589,7 @@ namespace snmalloc
589
* - alloc(size_t)
590
* - small_alloc(size_t)
591
* - gets allocation from a fast free list and is done.
592
- * - if no fast free list,
+ * - otherwise no fast free list and calls small_alloc_slow
593
* - check for message queue
594
* - small_refill(size_t)
595
* - If another free list is available, use it.
0 commit comments