Sha256: 225e77f615de4210809e99b6bd588ff0f210422737c3ba15ab8e7a10d0c93548

Contents?: true

Size: 654 Bytes

Versions: 18

Compression:

Stored size: 654 Bytes

Contents

#ifndef ENTERPRISE_SCRIPT_SERVICE_DLMALLOC_CONFIG_H
#define ENTERPRISE_SCRIPT_SERVICE_DLMALLOC_CONFIG_H

#include "error.hpp"

#define ONLY_MSPACES 1
#define HAVE_MREMAP 0

#define CORRUPTION_ERROR_ACTION(state)                                  \
  do {                                                                  \
    leave(status_code::memory_corruption);                               \
  } while(0)

#define USAGE_ERROR_ACTION(state, chunk)                                \
  do {                                                                  \
    leave(status_code::memory_usage_error);                              \
  } while(0)

#endif

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
script_core-0.3.2 ext/enterprise_script_service/dlmalloc_config.hpp
script_core-0.3.0 ext/enterprise_script_service/dlmalloc_config.hpp
script_core-0.2.7 ext/enterprise_script_service/dlmalloc_config.hpp
script_core-0.2.6 ext/enterprise_script_service/dlmalloc_config.hpp
script_core-0.2.5 ext/enterprise_script_service/dlmalloc_config.hpp
script_core-0.2.4 ext/enterprise_script_service/dlmalloc_config.hpp
script_core-0.2.3 ext/enterprise_script_service/dlmalloc_config.hpp
script_core-0.2.2 ext/enterprise_script_service/dlmalloc_config.hpp
script_core-0.2.1 ext/enterprise_script_service/dlmalloc_config.hpp
script_core-0.2.0 ext/enterprise_script_service/dlmalloc_config.hpp
script_core-0.1.1 ext/enterprise_script_service/dlmalloc_config.hpp
script_core-0.1.0 ext/enterprise_script_service/dlmalloc_config.hpp
script_core-0.0.6 ext/enterprise_script_service/dlmalloc_config.hpp
script_core-0.0.5 ext/enterprise_script_service/dlmalloc_config.hpp
script_core-0.0.4 ext/enterprise_script_service/dlmalloc_config.hpp
script_core-0.0.3 ext/enterprise_script_service/dlmalloc_config.hpp
script_core-0.0.2 ext/enterprise_script_service/dlmalloc_config.hpp
script_core-0.0.1 ext/enterprise_script_service/dlmalloc_config.hpp