Searched refs:allocateExecutable (Results 1 – 3 of 3) sorted by relevance
28 void *allocateExecutable(size_t bytes); // Allocates memory that can be made executable using mar…
115 void *allocateExecutable(size_t bytes) in allocateExecutable() function
25 void *memory = allocateExecutable(bufferSize); in Routine()