mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-09 15:27:18 +03:00
Fix a regression in JE_COMPILABLE().
Revert JE_COMPILABLE() so that it detects link errors. Cross-compiling should still work as long as a valid configure cache is provided. Clean up some comments/whitespace.
This commit is contained in:
parent
eb2398106f
commit
4c2faa8a7c
3 changed files with 18 additions and 24 deletions
|
|
@ -101,10 +101,7 @@ arenas_extend(unsigned ind)
|
|||
return (arenas[0]);
|
||||
}
|
||||
|
||||
/*
|
||||
* Choose an arena based on a per-thread value (slow-path code only, called
|
||||
* only by choose_arena()).
|
||||
*/
|
||||
/* Slow path, called only by choose_arena(). */
|
||||
arena_t *
|
||||
choose_arena_hard(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue