Lines Matching refs:malloc_ctx
143 struct malloc_ctx;
145 size_t pl_size, struct malloc_ctx *ctx);
147 struct malloc_ctx *ctx);
150 size_t pl_size, struct malloc_ctx *ctx);
151 void raw_free(void *ptr, struct malloc_ctx *ctx, bool wipe);
153 size_t pl_size, struct malloc_ctx *ctx);
155 size_t pl_size, struct malloc_ctx *ctx);
157 void raw_malloc_init_ctx(struct malloc_ctx *ctx);
158 void raw_malloc_add_pool(struct malloc_ctx *ctx, void *buf, size_t len);
159 bool raw_malloc_buffer_overlaps_heap(struct malloc_ctx *ctx,
161 bool raw_malloc_buffer_is_within_alloced(struct malloc_ctx *ctx,
164 void raw_malloc_get_stats(struct malloc_ctx *ctx,