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

  /src/external/bsd/jemalloc/dist/test/unit/
hook.c 109 test_expand_hook(void *extra, hook_expand_t type, void *address, function
126 &test_alloc_hook, &test_dalloc_hook, &test_expand_hook,
173 hooks_t hooks4 = {NULL, NULL, &test_expand_hook, NULL};
383 hooks_t hooks = {NULL, NULL, &test_expand_hook, (void *)123};
411 &test_expand_hook, (void *)123};
468 &test_expand_hook, (void *)123};
  /src/external/bsd/jemalloc.old/dist/test/unit/
hook.c 109 test_expand_hook(void *extra, hook_expand_t type, void *address, function
126 &test_alloc_hook, &test_dalloc_hook, &test_expand_hook,
173 hooks_t hooks4 = {NULL, NULL, &test_expand_hook, NULL};
383 hooks_t hooks = {NULL, NULL, &test_expand_hook, (void *)123};
411 &test_expand_hook, (void *)123};
468 &test_expand_hook, (void *)123};

Completed in 49 milliseconds