Lines Matching refs:exceptions

168 static void malloc_unlock(struct malloc_ctx *ctx, uint32_t exceptions)  in malloc_unlock()  argument
170 cpu_spin_unlock_xrestore(&ctx->spinlock, exceptions); in malloc_unlock()
181 uint32_t exceptions __unused) in malloc_unlock()
227 uint32_t exceptions = malloc_lock(ctx); in gen_malloc_reset_stats() local
233 malloc_unlock(ctx, exceptions); in gen_malloc_reset_stats()
244 uint32_t exceptions = malloc_lock(ctx); in gen_malloc_get_stats() local
248 malloc_unlock(ctx, exceptions); in gen_malloc_get_stats()
515 uint32_t exceptions = malloc_lock(ctx); in gen_mdbg_malloc() local
529 malloc_unlock(ctx, exceptions); in gen_mdbg_malloc()
554 uint32_t exceptions = malloc_lock(&malloc_ctx); in free_helper() local
557 malloc_unlock(&malloc_ctx, exceptions); in free_helper()
564 uint32_t exceptions = malloc_lock(ctx); in gen_mdbg_calloc() local
573 malloc_unlock(ctx, exceptions); in gen_mdbg_calloc()
599 uint32_t exceptions = malloc_lock(ctx); in gen_mdbg_realloc() local
602 malloc_unlock(ctx, exceptions); in gen_mdbg_realloc()
613 uint32_t exceptions = malloc_lock(ctx); in gen_mdbg_memalign() local
621 malloc_unlock(ctx, exceptions); in gen_mdbg_memalign()
639 uint32_t exceptions = malloc_lock(ctx); in gen_mdbg_check() local
659 malloc_unlock(ctx, exceptions); in gen_mdbg_check()
717 uint32_t exceptions = malloc_lock(&malloc_ctx); in malloc() local
720 malloc_unlock(&malloc_ctx, exceptions); in malloc()
726 uint32_t exceptions = malloc_lock(&malloc_ctx); in free_helper() local
729 malloc_unlock(&malloc_ctx, exceptions); in free_helper()
735 uint32_t exceptions = malloc_lock(&malloc_ctx); in calloc() local
738 malloc_unlock(&malloc_ctx, exceptions); in calloc()
751 uint32_t exceptions = malloc_lock(&malloc_ctx); in realloc() local
754 malloc_unlock(&malloc_ctx, exceptions); in realloc()
761 uint32_t exceptions = malloc_lock(&malloc_ctx); in memalign() local
764 malloc_unlock(&malloc_ctx, exceptions); in memalign()
790 uint32_t exceptions; in gen_malloc_add_pool() local
809 exceptions = malloc_lock(ctx); in gen_malloc_add_pool()
823 malloc_unlock(ctx, exceptions); in gen_malloc_add_pool()
834 uint32_t exceptions = malloc_lock(ctx); in gen_malloc_buffer_is_within_alloced() local
857 malloc_unlock(ctx, exceptions); in gen_malloc_buffer_is_within_alloced()
869 uint32_t exceptions = malloc_lock(ctx); in gen_malloc_buffer_overlaps_heap() local
889 malloc_unlock(ctx, exceptions); in gen_malloc_buffer_overlaps_heap()
939 uint32_t exceptions = malloc_lock(&nex_malloc_ctx); in nex_malloc() local
942 malloc_unlock(&nex_malloc_ctx, exceptions); in nex_malloc()
949 uint32_t exceptions = malloc_lock(&nex_malloc_ctx); in nex_calloc() local
952 malloc_unlock(&nex_malloc_ctx, exceptions); in nex_calloc()
959 uint32_t exceptions = malloc_lock(&nex_malloc_ctx); in nex_realloc() local
962 malloc_unlock(&nex_malloc_ctx, exceptions); in nex_realloc()
969 uint32_t exceptions = malloc_lock(&nex_malloc_ctx); in nex_memalign() local
972 malloc_unlock(&nex_malloc_ctx, exceptions); in nex_memalign()
978 uint32_t exceptions = malloc_lock(&nex_malloc_ctx); in nex_free() local
981 malloc_unlock(&nex_malloc_ctx, exceptions); in nex_free()
1014 uint32_t exceptions = malloc_lock(&nex_malloc_ctx); in nex_free() local
1017 malloc_unlock(&nex_malloc_ctx, exceptions); in nex_free()