We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0087c29 commit 2ec0ed7Copy full SHA for 2ec0ed7
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