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

  /src/external/bsd/am-utils/dist/conf/autofs/
autofs_solaris_v2_v3.c 864 void (*local_free)() = NULL;
880 local_free = autofs_lookup_2_free;
887 local_free = autofs_mount_2_free;
954 if (local_free)
955 (*local_free)(&result);
  /src/external/mit/libuv/dist/src/
uv-common.c 45 uv_free_func local_free; member in struct:__anon23818
88 uv__allocator.local_free(ptr);
126 uv__allocator.local_free = free_func;

Completed in 17 milliseconds