Skip to content

Commit

Permalink
Fixup for thread alloc.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Mar 16, 2020
1 parent 941e28a commit 8a8a2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mem/threadalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ namespace snmalloc
*/
class ThreadAllocCommon
{
friend void* lazy_replacement_slow();
friend void* init_thread_allocator();

protected:
static inline void inner_release()
Expand Down

0 comments on commit 8a8a2f6

Please sign in to comment.