Searched refs:sram_free_offset (Results 1 – 1 of 1) sorted by relevance
12 cc_sram_addr_t sram_free_offset; member55 ctx->sram_free_offset = start; in cc_sram_mgr_init()81 if (size > (CC_CC_SRAM_SIZE - smgr_ctx->sram_free_offset)) { in cc_sram_alloc()83 size, smgr_ctx->sram_free_offset); in cc_sram_alloc()87 p = smgr_ctx->sram_free_offset; in cc_sram_alloc()88 smgr_ctx->sram_free_offset += size; in cc_sram_alloc()