Home
last modified time | relevance | path

Searched defs:is_metadata (Results 1 – 4 of 4) sorted by relevance

/external/flac/libFLAC/
Dogg_encoder_aspect.c117 const FLAC__bool is_metadata = (samples == 0); in FLAC__ogg_encoder_aspect_write_callback_wrapper() local
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h872 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()
Djemalloc_internal.h.in872 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/
Djemalloc.c292 a0ialloc(size_t size, bool zero, bool is_metadata) in a0ialloc()
302 a0idalloc(void *ptr, bool is_metadata) in a0idalloc()