Searched defs:is_metadata (Results 1 – 4 of 4) sorted by relevance
/external/flac/libFLAC/ |
D | ogg_encoder_aspect.c | 117 const FLAC__bool is_metadata = (samples == 0); in FLAC__ogg_encoder_aspect_write_callback_wrapper() local
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal.h | 872 iallocztm(tsd_t *tsd, size_t size, bool zero, tcache_t *tcache, bool is_metadata, in iallocztm() 917 tcache_t *tcache, bool is_metadata, arena_t *arena) in ipallocztm() 988 idalloctm(tsd_t *tsd, void *ptr, tcache_t *tcache, bool is_metadata) in idalloctm()
|
D | jemalloc_internal.h.in | 872 iallocztm(tsd_t *tsd, size_t size, bool zero, tcache_t *tcache, bool is_metadata, 917 tcache_t *tcache, bool is_metadata, arena_t *arena) 988 idalloctm(tsd_t *tsd, void *ptr, tcache_t *tcache, bool is_metadata)
|
/external/jemalloc/src/ |
D | jemalloc.c | 292 a0ialloc(size_t size, bool zero, bool is_metadata) in a0ialloc() 302 a0idalloc(void *ptr, bool is_metadata) in a0idalloc()
|