allocate
__declspec(allocate(".CRT$XCU")) void (__cdecl *aes_startup)(void) = aes_init;
r = foreach_localaddr (&data, count_addrs, allocate, add_addr);
# define JEMALLOC_SECTION(s) __declspec(allocate(s))
pmcstat_process_lookup(pid_t pid, int allocate)
if (allocate && pp->pp_isactive == 0) {
if (!allocate)
int *allocate, daddr_t *);
function can use that without having to allocate memory.
file_list_add(struct file_list *fl, const char *fn, bool allocate)
fl->fns[fl->count] = allocate ? sort_strdup(fn) : fn;
file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate)
file_list_add(fl, argv[i], allocate);
void file_list_add(struct file_list *fl, const char *fn, bool allocate);
void file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate);