mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 16:13:38 +03:00
Remove the *allocm() API, which is superceded by the *allocx() API.
This commit is contained in:
parent
9b0cbf0850
commit
9790b9667f
14 changed files with 7 additions and 558 deletions
|
|
@ -54,7 +54,7 @@ thd_sender_start(void *arg)
|
|||
mq_msg_t *msg;
|
||||
void *p;
|
||||
p = mallocx(sizeof(mq_msg_t), 0);
|
||||
assert_ptr_not_null(p, "Unexpected allocm() failure");
|
||||
assert_ptr_not_null(p, "Unexpected mallocx() failure");
|
||||
msg = (mq_msg_t *)p;
|
||||
mq_put(mq, msg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue