Home
last modified time | relevance | path

Searched refs:DbugMalloc (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/dmake/dmake-4.13.1/dbug/dbug/
H A Ddbug.c269 LOCAL char *DbugMalloc (); /* Allocate memory for runtime support */
844 new = (struct link *) DbugMalloc (sizeof (struct link));
925 new = (struct state *) DbugMalloc (sizeof (struct state)); in PushState()
1167 new = DbugMalloc (strlen (string) + 1);
1417 LOCAL char *DbugMalloc (size) in DbugMalloc() function
/dports/cad/netgen-lvs/netgen-1.5.211/dbug/
H A Ddbug.c270 LOCAL long *DbugMalloc (); /* Allocate memory for runtime support */
862 new = (struct link *) DbugMalloc (sizeof (struct link));
943 new = (struct state *) DbugMalloc (sizeof (struct state)); in PushState()
1185 new = (char *) DbugMalloc (strlen (string) + 1);
1444 LOCAL long *DbugMalloc (size) in DbugMalloc() function
/dports/databases/mariadb105-client/mariadb-10.5.15/dbug/
H A Ddbug.c292 static char *DbugMalloc(size_t size);
383 cs=(CODE_STATE*) DbugMalloc(sizeof(*cs)); in code_state()
1465 *cur= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListAddDel()
1507 new_malloc= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListCopy()
1596 new_malloc= (struct settings *) DbugMalloc(sizeof(struct settings)); in PushState()
1967 sFILE *sfp= (sFILE *)DbugMalloc(sizeof(sFILE)); in DBUGOpenFile()
2068 static char *DbugMalloc(size_t size) in DbugMalloc() function
/dports/databases/mariadb104-server/mariadb-10.4.24/dbug/
H A Ddbug.c292 static char *DbugMalloc(size_t size);
383 cs=(CODE_STATE*) DbugMalloc(sizeof(*cs));
1465 *cur= (struct link *) DbugMalloc(sizeof(struct link)+len);
1507 new_malloc= (struct link *) DbugMalloc(sizeof(struct link)+len);
1596 new_malloc= (struct settings *) DbugMalloc(sizeof(struct settings));
1967 sFILE *sfp= (sFILE *)DbugMalloc(sizeof(sFILE));
2068 static char *DbugMalloc(size_t size)
/dports/databases/mariadb105-server/mariadb-10.5.15/dbug/
H A Ddbug.c292 static char *DbugMalloc(size_t size);
383 cs=(CODE_STATE*) DbugMalloc(sizeof(*cs)); in code_state()
1465 *cur= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListAddDel()
1507 new_malloc= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListCopy()
1596 new_malloc= (struct settings *) DbugMalloc(sizeof(struct settings)); in PushState()
1967 sFILE *sfp= (sFILE *)DbugMalloc(sizeof(sFILE)); in DBUGOpenFile()
2068 static char *DbugMalloc(size_t size) in DbugMalloc() function
/dports/databases/mariadb103-client/mariadb-10.3.34/dbug/
H A Ddbug.c292 static char *DbugMalloc(size_t size);
383 cs=(CODE_STATE*) DbugMalloc(sizeof(*cs));
1465 *cur= (struct link *) DbugMalloc(sizeof(struct link)+len);
1507 new_malloc= (struct link *) DbugMalloc(sizeof(struct link)+len);
1596 new_malloc= (struct settings *) DbugMalloc(sizeof(struct settings));
1967 sFILE *sfp= (sFILE *)DbugMalloc(sizeof(sFILE));
2068 static char *DbugMalloc(size_t size)
/dports/databases/mariadb104-client/mariadb-10.4.24/dbug/
H A Ddbug.c292 static char *DbugMalloc(size_t size);
383 cs=(CODE_STATE*) DbugMalloc(sizeof(*cs)); in code_state()
1465 *cur= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListAddDel()
1507 new_malloc= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListCopy()
1596 new_malloc= (struct settings *) DbugMalloc(sizeof(struct settings)); in PushState()
1967 sFILE *sfp= (sFILE *)DbugMalloc(sizeof(sFILE)); in DBUGOpenFile()
2068 static char *DbugMalloc(size_t size) in DbugMalloc() function
/dports/databases/mariadb103-server/mariadb-10.3.34/dbug/
H A Ddbug.c292 static char *DbugMalloc(size_t size);
383 cs=(CODE_STATE*) DbugMalloc(sizeof(*cs)); in code_state()
1465 *cur= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListAddDel()
1507 new_malloc= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListCopy()
1596 new_malloc= (struct settings *) DbugMalloc(sizeof(struct settings)); in PushState()
1967 sFILE *sfp= (sFILE *)DbugMalloc(sizeof(sFILE)); in DBUGOpenFile()
2068 static char *DbugMalloc(size_t size) in DbugMalloc() function
/dports/databases/galera/galera-release_25.3.35/galerautils/src/
H A Dgu_dbug.c324 static char *DbugMalloc(int size);
1152 new_malloc = (struct link *) DbugMalloc(sizeof(struct link)); in ListParse()
1232 new_malloc = (struct state *) DbugMalloc(sizeof(struct state)); in PushState()
1454 new_malloc = DbugMalloc((int) strlen(str) + 1); in StrDup()
1702 DbugMalloc(int size) in DbugMalloc() function
/dports/databases/galera26/galera-release_26.4.10/galerautils/src/
H A Dgu_dbug.c324 static char *DbugMalloc(int size);
1152 new_malloc = (struct link *) DbugMalloc(sizeof(struct link)); in ListParse()
1232 new_malloc = (struct state *) DbugMalloc(sizeof(struct state)); in PushState()
1454 new_malloc = DbugMalloc((int) strlen(str) + 1); in StrDup()
1702 DbugMalloc(int size) in DbugMalloc() function
/dports/databases/percona56-server/percona-server-5.6.51-91.0/dbug/
H A Ddbug.c313 static char *DbugMalloc(size_t size);
392 cs=(CODE_STATE*) DbugMalloc(sizeof(*cs)); in code_state()
1605 *cur= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListAddDel()
1647 new_malloc= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListCopy()
1734 new_malloc= (struct settings *) DbugMalloc(sizeof(struct settings)); in PushState()
2202 static char *DbugMalloc(size_t size) in DbugMalloc() function
/dports/databases/percona56-client/percona-server-5.6.51-91.0/dbug/
H A Ddbug.c313 static char *DbugMalloc(size_t size);
392 cs=(CODE_STATE*) DbugMalloc(sizeof(*cs)); in code_state()
1605 *cur= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListAddDel()
1647 new_malloc= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListCopy()
1734 new_malloc= (struct settings *) DbugMalloc(sizeof(struct settings)); in PushState()
2202 static char *DbugMalloc(size_t size) in DbugMalloc() function
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysys/
H A Ddbug.cc282 static char *DbugMalloc(size_t size);
337 cs = (CODE_STATE *)DbugMalloc(sizeof(*cs)); in code_state()
1482 *cur = (struct link *)DbugMalloc(sizeof(struct link) + len); in ListAddDel()
1522 new_malloc = (struct link *)DbugMalloc(sizeof(struct link) + len); in ListCopy()
1601 new_malloc = (struct settings *)DbugMalloc(sizeof(struct settings)); in PushState()
2023 static char *DbugMalloc(size_t size) { in DbugMalloc() function
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/dbug/
H A Ddbug.c311 static char *DbugMalloc(size_t size);
376 cs=(CODE_STATE*) DbugMalloc(sizeof(*cs)); in code_state()
1656 *cur= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListAddDel()
1698 new_malloc= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListCopy()
1785 new_malloc= (struct settings *) DbugMalloc(sizeof(struct settings)); in PushState()
2253 static char *DbugMalloc(size_t size) in DbugMalloc() function
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/dbug/
H A Ddbug.c313 static char *DbugMalloc(size_t size);
392 cs=(CODE_STATE*) DbugMalloc(sizeof(*cs)); in code_state()
1605 *cur= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListAddDel()
1647 new_malloc= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListCopy()
1734 new_malloc= (struct settings *) DbugMalloc(sizeof(struct settings)); in PushState()
2202 static char *DbugMalloc(size_t size) in DbugMalloc() function
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/dbug/
H A Ddbug.c311 static char *DbugMalloc(size_t size);
376 cs=(CODE_STATE*) DbugMalloc(sizeof(*cs)); in code_state()
1656 *cur= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListAddDel()
1698 new_malloc= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListCopy()
1785 new_malloc= (struct settings *) DbugMalloc(sizeof(struct settings)); in PushState()
2253 static char *DbugMalloc(size_t size) in DbugMalloc() function
/dports/databases/percona57-server/percona-server-5.7.36-39/dbug/
H A Ddbug.c311 static char *DbugMalloc(size_t size);
376 cs=(CODE_STATE*) DbugMalloc(sizeof(*cs)); in code_state()
1656 *cur= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListAddDel()
1698 new_malloc= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListCopy()
1785 new_malloc= (struct settings *) DbugMalloc(sizeof(struct settings)); in PushState()
2253 static char *DbugMalloc(size_t size) in DbugMalloc() function
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/dbug/
H A Ddbug.c311 static char *DbugMalloc(size_t size);
376 cs=(CODE_STATE*) DbugMalloc(sizeof(*cs)); in code_state()
1656 *cur= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListAddDel()
1698 new_malloc= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListCopy()
1785 new_malloc= (struct settings *) DbugMalloc(sizeof(struct settings)); in PushState()
2253 static char *DbugMalloc(size_t size) in DbugMalloc() function
/dports/databases/percona57-client/percona-server-5.7.36-39/dbug/
H A Ddbug.c311 static char *DbugMalloc(size_t size);
376 cs=(CODE_STATE*) DbugMalloc(sizeof(*cs)); in code_state()
1656 *cur= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListAddDel()
1698 new_malloc= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListCopy()
1785 new_malloc= (struct settings *) DbugMalloc(sizeof(struct settings)); in PushState()
2253 static char *DbugMalloc(size_t size) in DbugMalloc() function
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/dbug/
H A Ddbug.c315 static char *DbugMalloc(size_t size);
394 cs=(CODE_STATE*) DbugMalloc(sizeof(*cs)); in code_state()
1607 *cur= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListAddDel()
1649 new_malloc= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListCopy()
1736 new_malloc= (struct settings *) DbugMalloc(sizeof(struct settings)); in PushState()
2204 static char *DbugMalloc(size_t size) in DbugMalloc() function
/dports/databases/mysql57-client/mysql-5.7.36/dbug/
H A Ddbug.c311 static char *DbugMalloc(size_t size);
376 cs=(CODE_STATE*) DbugMalloc(sizeof(*cs)); in code_state()
1656 *cur= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListAddDel()
1698 new_malloc= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListCopy()
1785 new_malloc= (struct settings *) DbugMalloc(sizeof(struct settings)); in PushState()
2253 static char *DbugMalloc(size_t size) in DbugMalloc() function
/dports/databases/mysql56-client/mysql-5.6.51/dbug/
H A Ddbug.c315 static char *DbugMalloc(size_t size);
394 cs=(CODE_STATE*) DbugMalloc(sizeof(*cs)); in code_state()
1607 *cur= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListAddDel()
1649 new_malloc= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListCopy()
1736 new_malloc= (struct settings *) DbugMalloc(sizeof(struct settings)); in PushState()
2204 static char *DbugMalloc(size_t size) in DbugMalloc() function
/dports/databases/mysql55-client/mysql-5.5.62/dbug/
H A Ddbug.c314 static char *DbugMalloc(size_t size);
376 cs=(CODE_STATE*) DbugMalloc(sizeof(*cs)); in code_state()
1421 *cur= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListAddDel()
1463 new_malloc= (struct link *) DbugMalloc(sizeof(struct link)+len); in ListCopy()
1550 new_malloc= (struct settings *) DbugMalloc(sizeof(struct settings)); in PushState()
1997 static char *DbugMalloc(size_t size) in DbugMalloc() function
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/
H A Dvalgrind.supp488 fun:DbugMalloc
1068 fun:DbugMalloc
1112 fun:DbugMalloc
1156 fun:DbugMalloc
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/
H A Dvalgrind.supp602 fun:DbugMalloc
1187 fun:DbugMalloc
1231 fun:DbugMalloc
1275 fun:DbugMalloc

12