Searched refs:_malloc_zone_t (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dzone.c10 typedef struct _malloc_zone_t { struct
13 size_t (*size)(struct _malloc_zone_t *, const void *);
14 void *(*malloc)(struct _malloc_zone_t *, size_t);
15 void *(*calloc)(struct _malloc_zone_t *, size_t, size_t);
16 void *(*valloc)(struct _malloc_zone_t *, size_t);
17 void (*free)(struct _malloc_zone_t *, void *);
18 void *(*realloc)(struct _malloc_zone_t *, void *, size_t);
19 void (*destroy)(struct _malloc_zone_t *);
21 unsigned (*batch_malloc)(struct _malloc_zone_t *, size_t, void **, unsigned);
22 void (*batch_free)(struct _malloc_zone_t *, voi
[all...]

Completed in 9 milliseconds