fix(runtime/cpp): typo
This commit is contained in:
parent
00a59a50b6
commit
46f7123cc8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public:
|
|||
m_free_list[n] = *(reinterpret_cast<void **>(r));
|
||||
return r;
|
||||
} else {
|
||||
return malloc(sizeof(obj) + sizeof(void*)*n); // NOLINT
|
||||
return malloc(sizeof(obj_cell) + sizeof(void*)*n); // NOLINT
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue