HomeSort by relevance Sort by last modified time
    Searched full:mallocx (Results 26 - 37 of 37) sorted by null

12

  /external/jemalloc/android/test/
run_jemalloc_tests.sh 64 "mallocx" \
  /external/jemalloc/include/jemalloc/
jemalloc_protos.h.in 29 void JEMALLOC_NOTHROW *@je_@mallocx(size_t size, int flags)
jemalloc.h 339 # define mallocx je_mallocx macro
  /external/jemalloc/test/unit/
ckh.c 123 p[i] = mallocx(i+1, 0);
124 assert_ptr_not_null(p[i], "Unexpected mallocx() failure");
  /external/jemalloc/
Android.bp 285 "test/integration/mallocx.c",
Android.mk 290 test/integration/mallocx.c \
Makefile.in 175 $(srcroot)test/integration/mallocx.c \
ChangeLog 385 mallocx()/rallocx() avoid the strict aliasing pitfall that
    [all...]
configure.ac 517 public_syms="malloc_conf malloc_message malloc calloc posix_memalign aligned_alloc realloc free mallocx rallocx xallocx sallocx dallocx sdallocx nallocx mallctl mallctlnametomib mallctlbymib malloc_stats_print malloc_usable_size"
    [all...]
  /external/jemalloc/doc/
jemalloc.xml.in 36 <refname>mallocx</refname>
96 <funcdef>void *<function>mallocx</function></funcdef>
233 <para>The <function>mallocx<parameter/></function>,
310 <para>The <function>mallocx<parameter/></function> function allocates at
353 <function>mallocx<parameter/></function> function, and returns the real
355 <function>mallocx<parameter/></function> function call, or
    [all...]
  /external/jemalloc/src/
jemalloc.c     [all...]
  /external/jemalloc/bin/
jeprof.in     [all...]

Completed in 122 milliseconds

12