On Thu, Dec 17, 2015 at 8:21 PM, Ted Unangst wrote:
> Maxim Pugachev wrote:
>> Hey all,
>>
>> I'm wondering, why an allocation type in kern/exec_elf.c is equal to
>> M_TEMP? For instance, kern/exec_script.c and kern/kern_exec.c allocate
>> memory as M_EX
Maxim Pugachev wrote:
> Hey all,
>
> I'm wondering, why an allocation type in kern/exec_elf.c is equal to
> M_TEMP? For instance, kern/exec_script.c and kern/kern_exec.c allocate
> memory as M_EXEC, and it looks more reasonable to me.
>
> What's the reason for this
Hey all,
I'm wondering, why an allocation type in kern/exec_elf.c is equal to
M_TEMP? For instance, kern/exec_script.c and kern/kern_exec.c allocate
memory as M_EXEC, and it looks more reasonable to me.
What's the reason for this?
Thanks in advance.