OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dm_pool
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/lvm2/dist/libdm/mm/
pool-fast.c
25
struct
dm_pool
{
struct
35
struct chunk *_new_chunk(struct
dm_pool
*p, size_t s);
40
struct
dm_pool
*dm_pool_create(const char *name, size_t chunk_hint)
43
struct
dm_pool
*p = dm_malloc(sizeof(*p));
61
void dm_pool_destroy(struct
dm_pool
*p)
76
void *dm_pool_alloc(struct
dm_pool
*p, size_t s)
81
void *dm_pool_alloc_aligned(struct
dm_pool
*p, size_t s, unsigned alignment)
108
void dm_pool_empty(struct
dm_pool
*p)
119
void dm_pool_free(struct
dm_pool
*p, void *ptr)
143
int dm_pool_begin_object(struct
dm_pool
*p, size_t hint
[
all
...]
pool-debug.c
34
struct
dm_pool
{
struct
51
struct
dm_pool
*dm_pool_create(const char *name, size_t chunk_hint)
53
struct
dm_pool
*mem = dm_malloc(sizeof(*mem));
82
static void _free_blocks(struct
dm_pool
*p, struct block *b)
97
static void _pool_stats(struct
dm_pool
*p, const char *action)
109
void dm_pool_destroy(struct
dm_pool
*p)
117
void *dm_pool_alloc(struct
dm_pool
*p, size_t s)
122
static void _append_block(struct
dm_pool
*p, struct block *b)
170
void *dm_pool_alloc_aligned(struct
dm_pool
*p, size_t s, unsigned alignment)
182
void dm_pool_empty(struct
dm_pool
*p
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026