Searched refs:malloced (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dvolinfo.h18 int malloced; member in struct:volinfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dulpqueue.h52 char malloced; member in struct:sctp_ulpq
H A Dstructs.h515 int malloced; member in struct:sctp_ssnmap
834 malloced:1; /* Is it malloced? */ member in struct:sctp_packet
901 malloced:1; member in struct:sctp_transport
1099 int malloced; /* Is this structure kfree()able? */ member in struct:sctp_inq
1170 char malloced; member in struct:sctp_outq
1209 int malloced; /* Are we kfree()able? */ member in struct:sctp_bind_addr
1279 * malloced - Do we need to kfree this object?
1283 char malloced; member in struct:sctp_ep_common
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dssnmap.c79 retval->malloced = 1;
123 if (map && map->malloced) {
H A Dinqueue.c60 queue->malloced = 0;
82 if (queue->malloced) {
H A Dendpointola.c124 ep->base.malloced = 1;
202 ep->base.malloced = 1;
282 if (ep->base.malloced) {
H A Dbind_addr.c134 bp->malloced = 0;
161 if (bp->malloced) {
H A Doutput.c135 packet->malloced = 0;
151 if (packet->malloced)
H A Dassociola.c104 asoc->base.malloced = 0;
361 asoc->base.malloced = 1;
476 if (asoc->base.malloced) {
H A Dtransport.c119 transport->malloced = 1;
H A Doutqueue.c217 q->malloced = 0;
292 if (q->malloced)
H A Dulpqueue.c71 ulpq->malloced = 0;
99 if (ulpq->malloced)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A DgettextP.h100 void *malloced; member in struct:loaded_domain
H A Dloadmsgcat.c1021 domain->malloced = NULL;
1153 domain->malloced = mem;
1270 if (domain->malloced)
1271 free (domain->malloced);
1304 if (domain->malloced)
1305 free (domain->malloced);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A DgettextP.h170 void *malloced; member in struct:loaded_domain
H A Dloadmsgcat.c916 domain->malloced = NULL;
1079 domain->malloced = mem;
1262 if (domain->malloced)
1263 free (domain->malloced);
1324 if (domain->malloced)
1325 free (domain->malloced);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfnmatch_loop.c1024 int malloced; member in struct:patternlist
1089 newp->malloced = 0; \
1096 newp->malloced = 1; \
1161 if (list->malloced)
1197 if (list->malloced)
1248 if (list->malloced)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dvolinfo.c435 p->malloced = 1;
464 if (volinfo->malloced) {
465 volinfo->malloced = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsginit.c1509 char *malloced = NULL; local
1536 if (malloced != NULL)
1537 free (malloced);
1539 malloced = new_str;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dlinux_osl.c134 atomic_t malloced; member in struct:osl_cmn_info
322 atomic_set(&osh->cmn->malloced, 0);
1367 atomic_add(size, &osh->cmn->malloced);
1382 atomic_add(size, &osh->cmn->malloced);
1431 atomic_sub(size, &osh->cmn->malloced);
1442 atomic_sub(size, &osh->cmn->malloced);
1452 return (atomic_read(&osh->cmn->malloced));
1461 return (atomic_read(&osh->cmn->malloced));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm2153 malloced it. As Berkeley DB doesn't clear the memory once it has been

Completed in 3937 milliseconds