Skip to content

Commit 3fca4c8

Browse files
authored
inline annotation in pal_windows. (#829)
1 parent 1c7a93a commit 3fca4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snmalloc/pal/pal_windows.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ namespace snmalloc
624624
}
625625
# endif
626626

627-
void* PALWindows::reserve(size_t size) noexcept
627+
inline void* PALWindows::reserve(size_t size) noexcept
628628
{
629629
void* ret = VirtualAlloc(nullptr, size, MEM_RESERVE, PAGE_READWRITE);
630630

0 commit comments

Comments
 (0)