Home
last modified time | relevance | path

Searched defs:msize (Results 1 – 10 of 10) sorted by relevance

/external/tcpdump/
Dprint-tipc.c170 u_int msize; in print_payload() local
235 u_int msize; in print_internal() local
303 u_int msize; in print_link_conf() local
/external/chromium_org/v8/src/
Dplatform-solaris.cc76 const size_t msize = RoundUp(requested, getpagesize()); in Allocate() local
Dplatform-cygwin.cc52 const size_t msize = RoundUp(requested, sysconf(_SC_PAGESIZE)); in Allocate() local
Dplatform-openbsd.cc58 const size_t msize = RoundUp(requested, AllocateAlignment()); in Allocate() local
Dplatform-qnx.cc109 const size_t msize = RoundUp(requested, AllocateAlignment()); in Allocate() local
Dplatform-linux.cc117 const size_t msize = RoundUp(requested, AllocateAlignment()); in Allocate() local
Dplatform-freebsd.cc60 const size_t msize = RoundUp(requested, getpagesize()); in Allocate() local
Dplatform-macos.cc56 const size_t msize = RoundUp(requested, getpagesize()); in Allocate() local
Dplatform-win32.cc760 size_t msize = RoundUp(requested, static_cast<int>(GetPageSize())); in Allocate() local
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_malloc.c4417 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate() local
4438 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace() local
4457 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base() local