mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 17:13:35 +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
|
|
@ -1,9 +1,6 @@
|
|||
/* Defined if __attribute__((...)) syntax is supported. */
|
||||
#undef JEMALLOC_HAVE_ATTR
|
||||
|
||||
/* Support the experimental API. */
|
||||
#undef JEMALLOC_EXPERIMENTAL
|
||||
|
||||
/*
|
||||
* Define overrides for non-standard allocator-related functions if they are
|
||||
* present on the system.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue