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

  /src/external/ibm-public/postfix/dist/src/util/
environ.c 118 /* cmalloc - malloc and copy block of memory */
120 static char *cmalloc(ssize_t new_len, char *old, ssize_t old_len) function
146 (char **) cmalloc(l_need, (char *) environ, l_used);
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 3892 debug_information = cmalloc (num_units, sizeof (*debug_information));
11826 cmalloc (uint64_t nmemb, size_t size) function
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 3816 debug_information = cmalloc (num_units, sizeof (*debug_information));
11736 cmalloc (uint64_t nmemb, size_t size) function

Completed in 33 milliseconds