HomeSort by relevance Sort by last modified time
    Searched refs:malloc_type (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_malloc.h 61 * Two malloc type structures are present: malloc_type, which is used by a
68 * The malloc_type ks_next field is protected by malloc_mtx. Other fields in
69 * malloc_type are static after initialization so unsynchronized.
96 * ABI-compatible version of the old 'struct malloc_type', only all stats are
101 struct malloc_type { struct
102 struct malloc_type *ks_next; /* Next in global chain. */
112 * struct malloc_type was terminated with a struct mtx, which is no
162 struct malloc_type type[1] = { \
172 extern struct malloc_type type[1]
173 and loader is unable to find the extern malloc_type becaus
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 766 void *sctp_hashinit_flags(int elements, struct malloc_type *type,
769 sctp_hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask);
772 sctp_hashfreedestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask);
    [all...]
sctputil.c     [all...]

Completed in 231 milliseconds