Lines Matching refs:exceptions
153 static void malloc_unlock(struct malloc_ctx *ctx, uint32_t exceptions) in malloc_unlock() argument
155 cpu_spin_unlock_xrestore(&ctx->spinlock, exceptions); in malloc_unlock()
166 uint32_t exceptions __unused) in malloc_unlock()
305 uint32_t exceptions = malloc_lock(ctx); in gen_malloc_reset_stats() local
311 malloc_unlock(ctx, exceptions); in gen_malloc_reset_stats()
322 uint32_t exceptions = malloc_lock(ctx); in gen_malloc_get_stats() local
325 malloc_unlock(ctx, exceptions); in gen_malloc_get_stats()
612 uint32_t exceptions = 0; in mem_alloc() local
615 exceptions = malloc_lock(ctx); in mem_alloc()
618 malloc_unlock(ctx, exceptions); in mem_alloc()
626 uint32_t exceptions = 0; in free_flags() local
628 exceptions = malloc_lock(ctx); in free_flags()
642 malloc_unlock(ctx, exceptions); in free_flags()
675 uint32_t exceptions = malloc_lock(ctx); in gen_mdbg_check() local
695 malloc_unlock(ctx, exceptions); in gen_mdbg_check()
767 uint32_t exceptions = malloc_lock(ctx); in gen_malloc_add_pool() local
770 malloc_unlock(ctx, exceptions); in gen_malloc_add_pool()
776 uint32_t exceptions = malloc_lock(ctx); in gen_malloc_buffer_is_within_alloced() local
780 malloc_unlock(ctx, exceptions); in gen_malloc_buffer_is_within_alloced()
789 uint32_t exceptions = malloc_lock(ctx); in gen_malloc_buffer_overlaps_heap() local
792 malloc_unlock(ctx, exceptions); in gen_malloc_buffer_overlaps_heap()