HomeSort by: relevance | last modified time | path
    Searched defs:san_two_side_guarded_sz (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
san.h 59 san_two_side_guarded_sz(size_t size) { function
102 (san_two_side_guarded_sz(size) <= SC_LARGE_MAXCLASS)) {
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
san.h 59 san_two_side_guarded_sz(size_t size) { function
102 (san_two_side_guarded_sz(size) <= SC_LARGE_MAXCLASS)) {
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
san.h 62 san_two_side_guarded_sz(size_t size) { function
105 && (san_two_side_guarded_sz(size) <= SC_LARGE_MAXCLASS)) {
  /src/external/bsd/jemalloc/include/jemalloc/internal/
san.h 62 san_two_side_guarded_sz(size_t size) { function
105 && (san_two_side_guarded_sz(size) <= SC_LARGE_MAXCLASS)) {

Completed in 30 milliseconds