* gdb.texinfo (Protocol): Prevent makeinfo from complaining about
[deliverable/binutils-gdb.git] / mmalloc / TODO
index 46bccc26b4363d43291b558b0c3eb3805c6eb15e..94120439a7c6d5111dd28019b1dab12b02127278 100644 (file)
@@ -1,11 +1,13 @@
-(1)    Make implementation changes necessary to allow multiple processes
+Things that still need attention:
+
+   *   Make implementation changes necessary to allow multiple processes
        to use the mmalloc managed region simultaneously.  This requires,
        at the minimum, some sort of cooperative locking that ensures that
        only one process at a time is changing any of the mmalloc managed
        data structures (its ok for the mmalloc managed data regions to be
        changed at any time since we don't care about their contents).
 
-(2)    In order to support multiple processes using the mmalloc managed
+   *   In order to support multiple processes using the mmalloc managed
        region, the malloc descriptor needs to be broken into two parts,
        one part which is specific to the given process and is maintained
        separately on a per process basis, and another part which is common
This page took 0.058665 seconds and 4 git commands to generate.