Home
last modified time | relevance | path

Searched defs:gctx (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc/src/
Dprof.c556 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsdn, size, in prof_gctx_create() local
576 prof_gctx_try_destroy(tsd_t *tsd, prof_tdata_t *tdata_self, prof_gctx_t *gctx, in prof_gctx_try_destroy()
627 prof_gctx_should_destroy(prof_gctx_t *gctx) in prof_gctx_should_destroy()
643 prof_gctx_t *gctx = tctx->gctx; in prof_tctx_destroy() local
720 } gctx; in prof_lookup_global() local
784 prof_gctx_t *gctx; in prof_lookup() local
1074 prof_tctx_merge_gctx(tsdn_t *tsdn, prof_tctx_t *tctx, prof_gctx_t *gctx) in prof_tctx_merge_gctx()
1170 prof_dump_gctx_prep(tsdn_t *tsdn, prof_gctx_t *gctx, prof_gctx_tree_t *gctxs) in prof_dump_gctx_prep()
1196 prof_gctx_merge_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *opaque) in prof_gctx_merge_iter()
1215 prof_gctx_t *gctx; in prof_gctx_finish() local
[all …]
/external/jemalloc_new/src/
Dprof.c558 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsdn, size, in prof_gctx_create() local
579 prof_gctx_try_destroy(tsd_t *tsd, prof_tdata_t *tdata_self, prof_gctx_t *gctx, in prof_gctx_try_destroy()
630 prof_gctx_should_destroy(prof_gctx_t *gctx) { in prof_gctx_should_destroy()
646 prof_gctx_t *gctx = tctx->gctx; in prof_tctx_destroy() local
725 } gctx, tgctx; in prof_lookup_global() local
808 prof_gctx_t *gctx; in prof_lookup() local
1087 prof_tctx_merge_gctx(tsdn_t *tsdn, prof_tctx_t *tctx, prof_gctx_t *gctx) { in prof_tctx_merge_gctx()
1179 prof_dump_gctx_prep(tsdn_t *tsdn, prof_gctx_t *gctx, prof_gctx_tree_t *gctxs) { in prof_dump_gctx_prep()
1203 prof_gctx_merge_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *opaque) { in prof_gctx_merge_iter()
1221 prof_gctx_t *gctx; in prof_gctx_finish() local
[all …]
/external/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c311 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(ctx); in aes_gcm_init_key() local
342 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(c); in aes_gcm_cleanup() local
366 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(c); in aes_gcm_ctrl() local
478 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(ctx); in aes_gcm_cipher() local
/external/jemalloc_new/include/jemalloc/internal/
Dprof_structs.h62 prof_gctx_t *gctx; member
/external/jemalloc/include/jemalloc/internal/
Dprof.h103 prof_gctx_t *gctx; member