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 a74fcb4 commit 9ec909eCopy full SHA for 9ec909e
src/pool/pool_disjoint.c
@@ -16,16 +16,11 @@
16
#include "utils_sanitizers.h"
17
18
// Forward declarations
19
-static slab_t *create_slab(bucket_t *bucket, bool full_size);
20
-static void destroy_slab(slab_t *slab);
21
-
22
static void bucket_update_stats(bucket_t *bucket, int in_use, int in_pool);
23
static bool bucket_can_pool(bucket_t *bucket);
24
static void bucket_decrement_pool(bucket_t *bucket, bool *from_pool);
25
static slab_list_item_t *bucket_get_avail_slab(bucket_t *bucket,
26
bool *from_pool);
27
-static slab_list_item_t *bucket_get_avail_full_slab(bucket_t *bucket,
28
- bool *from_pool);
29
30
static __TLS umf_result_t TLS_last_allocation_error;
31
0 commit comments