HomeSort by relevance Sort by last modified time
    Searched defs:mspace (Results 1 - 6 of 6) sorted by null

  /external/eigen/unsupported/test/mpreal/
dlmalloc.h 22 * If MSPACES is defined, declarations for mspace versions are included.
416 mspace is an opaque type representing an independent
419 typedef void* mspace; typedef
432 mspace create_mspace(size_t capacity, int locked);
440 size_t destroy_mspace(mspace msp);
444 of a new mspace. Part (less than 128*sizeof(size_t) bytes) of this
451 mspace create_mspace_with_base(void* base, size_t capacity, int locked);
456 others in this mspace. By default large chunks are not tracked,
464 int mspace_track_large_chunks(mspace msp, int enable);
470 void* mspace_malloc(mspace msp, size_t bytes);
    [all...]
dlmalloc.c 180 are versions of malloc routines that take an "mspace" argument
186 static mspace mymspace = create_mspace(0,0); // for example
189 (Note: If you only need one instance of an mspace, you can instead
194 static __thread mspace tlms = 0;
201 Unless FOOTERS is defined, each mspace is completely independent.
205 indicating its originating mspace, and frees are directed to their
241 If true, only compile in mspace versions, not regular versions.
246 overridden on a per-mspace basis for mspace versions.) If set to a
1123 typedef void* mspace; typedef
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.h 20 * If MSPACES is defined, declarations for mspace versions are included.
526 mspace is an opaque type representing an independent
529 typedef void* mspace; typedef
542 mspace create_mspace(size_t capacity, int locked);
550 size_t destroy_mspace(mspace msp);
554 of a new mspace. Part (less than 128*sizeof(size_t) bytes) of this
561 mspace create_mspace_with_base(void* base, size_t capacity, int locked);
566 others in this mspace. By default large chunks are not tracked,
574 int mspace_track_large_chunks(mspace msp, int enable);
581 struct mallinfo mspace_mallinfo(mspace msp)
    [all...]
malloc.c 190 are versions of malloc routines that take an "mspace" argument
196 static mspace mymspace = create_mspace(0,0); // for example
199 (Note: If you only need one instance of an mspace, you can instead
204 static __thread mspace tlms = 0;
211 Unless FOOTERS is defined, each mspace is completely independent.
215 indicating its originating mspace, and frees are directed to their
260 If true, only compile in mspace versions, not regular versions.
265 overridden on a per-mspace basis for mspace versions.) If set to a
1272 typedef void* mspace; typedef
    [all...]
  /external/libffi/src/
dlmalloc.c 174 are versions of malloc routines that take an "mspace" argument
180 static mspace mymspace = create_mspace(0,0); // for example
183 (Note: If you only need one instance of an mspace, you can instead
188 static __thread mspace tlms = 0;
195 Unless FOOTERS is defined, each mspace is completely independent.
199 indicating its originating mspace, and frees are directed to their
224 If true, only compile in mspace versions, not regular versions.
229 overridden on a per-mspace basis for mspace versions.)
1000 typedef void* mspace; typedef
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 210 are versions of malloc routines that take an "mspace" argument
216 static mspace mymspace = create_mspace(0,0); // for example
219 (Note: If you only need one instance of an mspace, you can instead
224 static __thread mspace tlms = 0;
231 Unless FOOTERS is defined, each mspace is completely independent.
235 indicating its originating mspace, and frees are directed to their
260 If true, only compile in mspace versions, not regular versions.
265 overridden on a per-mspace basis for mspace versions.)
1044 typedef void* mspace; typedef
    [all...]

Completed in 154 milliseconds