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

  /src/external/bsd/libevent/dist/
mm-internal.h 76 #define mm_malloc(sz) event_mm_malloc_(sz) macro
82 #define mm_malloc(sz) malloc(sz) macro
  /src/external/bsd/ntp/dist/sntp/libevent/
mm-internal.h 77 #define mm_malloc(sz) event_mm_malloc_(sz) macro
83 #define mm_malloc(sz) malloc(sz) macro

Completed in 19 milliseconds