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

  /src/external/bsd/jemalloc.old/dist/src/
safety_check.c 4 static safety_check_abort_hook_t safety_check_abort;
18 void safety_check_set_abort(safety_check_abort_hook_t abort_fn) {
ctl.c 3451 if (newlen != sizeof(safety_check_abort_hook_t)) {
3455 safety_check_abort_hook_t hook JEMALLOC_CC_SILENCE_INIT(NULL);
3456 WRITE(hook, safety_check_abort_hook_t);
  /src/external/bsd/jemalloc/dist/src/
safety_check.c 4 static safety_check_abort_hook_t safety_check_abort;
24 safety_check_set_abort(safety_check_abort_hook_t abort_fn) {
ctl.c 3698 if (newlen != sizeof(safety_check_abort_hook_t)) {
3702 safety_check_abort_hook_t hook JEMALLOC_CC_SILENCE_INIT(NULL);
3703 WRITE(hook, safety_check_abort_hook_t);
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
safety_check.h 8 typedef void (*safety_check_abort_hook_t)(const char *message); typedef
11 void safety_check_set_abort(safety_check_abort_hook_t abort_fn);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
safety_check.h 8 typedef void (*safety_check_abort_hook_t)(const char *message); typedef
11 void safety_check_set_abort(safety_check_abort_hook_t abort_fn);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
safety_check.h 14 typedef void (*safety_check_abort_hook_t)(const char *message); typedef
17 void safety_check_set_abort(safety_check_abort_hook_t abort_fn);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
safety_check.h 14 typedef void (*safety_check_abort_hook_t)(const char *message); typedef
17 void safety_check_set_abort(safety_check_abort_hook_t abort_fn);

Completed in 21 milliseconds