Home | History | Annotate | Download | only in native

Lines Matching refs:malloc

21 #define sqlite3_malloc malloc
366 dest->result = dest->tofree = malloc(strlen(utf) + 1);
371 dest->result = dest->tofree = malloc(utflen + 1);
396 dest->tofree = malloc(len + 1);
1089 h = malloc(sizeof (handle));
1487 cargv = malloc((sizeof (*argv) + sizeof (char *))
1875 f = malloc(sizeof (hfunc));
2687 data[i] = malloc(n * 2 + 4);
2772 data[i] = malloc(n * 2 + 4);
3124 v = malloc(sizeof (hvm) + strlen(tail) + 1);
3239 cargv = malloc((sizeof (*argv) + sizeof (char *)) * MAX_PARAMS);
3333 v = malloc(sizeof (hvm) + strlen(tail) + 1);
3601 v = malloc(sizeof (hvm) + len16);
4410 bl = malloc(sizeof (hbl));
4448 buf = malloc(len);
4489 buf = malloc(len);
4698 bk = malloc(sizeof (hbk));