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