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

  /bionic/libc/bionic/
dlmalloc.h 491 create_mspace creates and returns a new independent space with the
501 mspace create_mspace(size_t capacity, int locked);
dlmalloc.c 202 obtained using create_mspace, to control all internal bookkeeping.
207 static mspace mymspace = create_mspace(0,0); // for example
217 if (tlms == 0) tlms = create_mspace(0, 0);
4679 mspace create_mspace(size_t capacity, int locked) { function
    [all...]
  /system/core/libcutils/
mspace.c 35 * create_mspace() won't work right if this is
51 #define create_mspace HIDDEN_create_mspace_HIDDEN macro
  /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.12/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 63 milliseconds