Searched defs:gctx (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc/src/ |
D | prof.c | 556 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/ |
D | prof.c | 558 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/ |
D | e_aes.c | 311 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/ |
D | prof_structs.h | 62 prof_gctx_t *gctx; member
|
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 103 prof_gctx_t *gctx; member
|