/external/libvpx/vp8/ |
vp8_dx_iface.c | 53 vpx_codec_mmap_t mmaps[NELEMENTS(vp8_mem_req_segs)-1]; member in struct:vpx_codec_alg_priv 109 const vpx_codec_mmap_t *mmaps, 118 if (!mmaps[i].base) 132 if (mmaps[i].sz < vp8_mem_req_segs[i].calc_sz(&cfg, init_flags)) 152 for (i = 0; i < NELEMENTS(ctx->priv->alg_priv->mmaps); i++) 153 ctx->priv->alg_priv->mmaps[i].id = vp8_mem_req_segs[i].id; 155 ctx->priv->alg_priv->mmaps[0] = *mmap; 171 for (i = 0; i < NELEMENTS(ctx->mmaps); i++) 172 if (ctx->mmaps[i].id == id) 173 return ctx->mmaps[i].base [all...] |
/external/compiler-rt/lib/asan/ |
asan_stats.h | 38 size_t mmaps; member in struct:__asan::AsanStats
|
asan_stats.cc | 46 mmaped>>20, mmaped / kPageSize, mmaps); 48 PrintMallocStatsArray(" mmaps by size class: ", mmaped_by_size);
|
asan_allocator.cc | 536 thread_stats.mmaps++; [all...] |
/external/libvpx/vpx/ |
vpx_decoder_compat.h | 565 * \param[in] mmaps Pointer to the first memory map entry in the list. 577 vpx_dec_mmap_t *mmaps,
|
vpx_codec.h | 532 * \param[in] mmaps Pointer to the first memory map entry in the list. 544 vpx_codec_mmap_t *mmaps,
|
/external/linux-tools-perf/util/ |
session.c | 1017 char *buf, *mmaps[8]; local 1041 memset(mmaps, 0, sizeof(mmaps)); 1058 mmaps[map_idx] = buf; 1059 map_idx = (map_idx + 1) & (ARRAY_SIZE(mmaps) - 1); 1065 if (mmaps[map_idx]) { 1066 munmap(mmaps[map_idx], mmap_size); 1067 mmaps[map_idx] = NULL; [all...] |