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

  /bionic/libc/upstream-dlmalloc/
malloc.c 191 obtained using create_mspace, to control all internal bookkeeping.
196 static mspace mymspace = create_mspace(0,0); // for example
206 if (tlms == 0) tlms = create_mspace(0, 0);
5446 mspace create_mspace(size_t capacity, int locked) { function
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 181 obtained using create_mspace, to control all internal bookkeeping.
186 static mspace mymspace = create_mspace(0,0); // for example
196 if (tlms == 0) tlms = create_mspace(0, 0);
4975 mspace create_mspace(size_t capacity, int locked) { function
    [all...]
  /external/libffi/src/
dlmalloc.c 175 obtained using create_mspace, to control all internal bookkeeping.
180 static mspace mymspace = create_mspace(0,0); // for example
190 if (tlms == 0) tlms = create_mspace(0, 0);
4426 mspace create_mspace(size_t capacity, int locked) { function
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 211 obtained using create_mspace, to control all internal bookkeeping.
216 static mspace mymspace = create_mspace(0,0); // for example
226 if (tlms == 0) tlms = create_mspace(0, 0);
4436 mspace create_mspace(size_t capacity, int locked) { function
    [all...]

Completed in 431 milliseconds