mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-30 08:37:29 +03:00
Update a UTRACE() size argument.
This commit is contained in:
parent
faaf458bad
commit
94d655b8bd
1 changed files with 1 additions and 1 deletions
|
|
@ -1930,7 +1930,7 @@ imalloc(static_opts_t *sopts, dynamic_opts_t *dopts) {
|
|||
malloc_write(sopts->oom_string);
|
||||
abort();
|
||||
}
|
||||
UTRACE(NULL, size, NULL);
|
||||
UTRACE(NULL, dopts->num_items * dopts->item_size, NULL);
|
||||
set_errno(ENOMEM);
|
||||
*dopts->result = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue