Searched refs:sdallocx (Results 1 – 8 of 8) sorted by relevance
55 sdallocx;
43 jemalloc.3 sdallocx.3 \
19 #define je_sdallocx JEMALLOC_N(sdallocx)
77 # define je_sdallocx sdallocx381 # define sdallocx je_sdallocx macro
174 __weak_reference(__sdallocx, sdallocx);
97 void sdallocx(void *ptr, size_t size, int flags);
324 +__weak_reference(__sdallocx, sdallocx);
72 - sdallocx: only read size info when page aligned (i.e. possibly sampled),749 - Add sdallocx(), which implements sized deallocation. The primary