We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b17f2 commit a10b026Copy full SHA for a10b026
Objects/obmalloc.c
@@ -882,7 +882,7 @@ _Py_GetGlobalAllocatedBlocks(void)
882
883
/* Return a pointer to a bottom tree node, return NULL if it doesn't exist or
884
* it cannot be created */
885
-static Py_ALWAYS_INLINE arena_map_bot_t *
+static inline Py_ALWAYS_INLINE arena_map_bot_t *
886
arena_map_get(OMState *state, pymem_block *p, int create)
887
{
888
#ifdef USE_INTERIOR_NODES
0 commit comments