mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-24 07:41:54 -07:00
Adding note about how amcinit should work.
Copied from Perforce Change: 190859 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
3dd201bf47
commit
5ca22bbd75
1 changed files with 4 additions and 0 deletions
|
|
@ -851,6 +851,10 @@ failGensAlloc:
|
|||
return res;
|
||||
}
|
||||
|
||||
/* FIXME: AMCInit should call AMCZInit (its superclass) then
|
||||
specialize, but amcInitComm creates forwarding buffers that copy
|
||||
the rank set from the pool, making this awkward. */
|
||||
|
||||
static Res AMCInit(Pool pool, Arena arena, PoolClass class, ArgList args)
|
||||
{
|
||||
UNUSED(class); /* used for debug pools only */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue