/external/eigen/unsupported/test/mpreal/ |
dlmalloc.h | 422 create_mspace creates and returns a new independent space with the
432 mspace create_mspace(size_t capacity, int locked);
|
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...] |
/bionic/libc/upstream-dlmalloc/ |
malloc.h | 532 create_mspace creates and returns a new independent space with the 542 mspace create_mspace(size_t capacity, int locked);
|
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/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...] |