HomeSort by: relevance | last modified time | path
    Searched refs:wrap_syms (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/jemalloc/dist/
config.status 552 wrap_syms=" __libc_calloc __libc_free __libc_malloc __libc_memalign __libc_realloc __libc_valloc __libc_pvalloc pthread_create"
560 wrap_syms=" __libc_calloc __libc_free __libc_malloc __libc_memalign __libc_realloc __libc_valloc __libc_pvalloc pthread_create"
1307 export_syms=`for sym in ${public_syms}; do echo "${JEMALLOC_PREFIX}${sym}"; done; for sym in ${wrap_syms}; do echo "${sym}"; done;`
1313 export_syms=`for sym in ${public_syms}; do echo "jet_${sym}"; done; for sym in ${wrap_syms}; do echo "${sym}"; done;`
configure 10905 wrap_syms=
10912 wrap_syms="${wrap_syms} __libc_calloc"
10920 wrap_syms="${wrap_syms} __libc_free"
10928 wrap_syms="${wrap_syms} __libc_free_sized"
10936 wrap_syms="${wrap_syms} __libc_free_aligned_sized"
10944 wrap_syms="${wrap_syms} __libc_malloc
    [all...]
  /src/external/bsd/jemalloc.old/dist/
configure 10382 wrap_syms=
10389 wrap_syms="${wrap_syms} __libc_calloc"
10397 wrap_syms="${wrap_syms} __libc_free"
10405 wrap_syms="${wrap_syms} __libc_malloc"
10413 wrap_syms="${wrap_syms} __libc_memalign"
10421 wrap_syms="${wrap_syms} __libc_realloc
    [all...]

Completed in 20 milliseconds