1
Fork 0
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:
Richard Brooksby 2016-04-10 17:57:25 +01:00
parent 3dd201bf47
commit 5ca22bbd75

View file

@ -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 */