OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc_type
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/
user_malloc.h
69
* Two malloc type structures are present:
malloc_type
, which is used by a
76
* The
malloc_type
ks_next field is protected by malloc_mtx. Other fields in
77
*
malloc_type
are static after initialization so unsynchronized.
104
* ABI-compatible version of the old 'struct
malloc_type
', only all stats are
109
struct
malloc_type
{
struct
110
struct
malloc_type
*ks_next; /* Next in global chain. */
120
* struct
malloc_type
was terminated with a struct mtx, which is no
170
struct
malloc_type
type[1] = { \
180
extern struct
malloc_type
type[1]
181
and loader is unable to find the extern
malloc_type
becaus
[
all
...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h
770
void *sctp_hashinit_flags(int elements, struct
malloc_type
*type,
773
sctp_hashdestroy(void *vhashtbl, struct
malloc_type
*type, u_long hashmask);
776
sctp_hashfreedestroy(void *vhashtbl, struct
malloc_type
*type, u_long hashmask);
[
all
...]
sctputil.c
[
all
...]
Completed in 66 milliseconds