HomeSort by relevance Sort by last modified time
    Searched defs:Calloc (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
st.c 56 #define Calloc(n,s) (char*)xcalloc((n),(s))
163 tbl->bins = (st_table_entry **)Calloc(size, sizeof(st_table_entry*));
327 new_bins = (st_table_entry**)Calloc(new_num_bins, sizeof(st_table_entry*));
362 Calloc((unsigned)num_bins, sizeof(st_table_entry*));
  /external/compiler-rt/lib/asan/
asan_allocator.cc 564 void *Calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) {
738 return instance.Calloc(nmemb, size, stack);

Completed in 102 milliseconds