Searched refs:__scm_alloc_enabled (Results 1 – 1 of 1) sorted by relevance
17 static bool __scm_alloc_enabled = false; // 允许动态申请内存的标志位 variable92 __scm_alloc_enabled = false; // 禁用动态申请内存 in scm_init()129 if (unlikely(__scm_alloc_enabled == false)) in scm_register_alloc()230 __scm_alloc_enabled = true; in scm_enable_alloc()