Searched refs:malloc_type (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
D | user_malloc.h | 109 struct malloc_type { struct 110 struct malloc_type *ks_next; /* Next in global chain. */ argument 170 struct malloc_type type[1] = { \ 189 extern struct malloc_type type[1] 209 struct malloc_type type[1] = { \ 220 extern struct malloc_type type[1] 246 void contigfree(void *addr, unsigned long size, struct malloc_type *type); 247 void *contigmalloc(unsigned long size, struct malloc_type *type, int flags, 250 void free(void *addr, struct malloc_type *type); 251 void *malloc(unsigned long size, struct malloc_type *type, int flags); [all …]
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | 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);
|
D | sctputil.c | 6970 sctp_hashinit_flags(int elements, struct malloc_type *type, 7021 sctp_hashinit_flags(int elements, struct malloc_type *type, 7064 sctp_hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) 7079 sctp_hashfreedestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask)
|
/external/chromium_org/base/process/ |
D | memory_mac.mm | 264 typedef void* (*malloc_type)(struct _malloc_zone_t* zone, 280 malloc_type g_old_malloc; 287 malloc_type g_old_malloc_purgeable;
|