Searched refs:allocateExecutable (Results 1 – 4 of 4) sorted by relevance
25 void *memory = allocateExecutable(bufferSize); in LLVMRoutine()
26 void *allocateExecutable(size_t bytes); // Allocates memory that can be made executable using mar…
186 void *allocateExecutable(size_t bytes) in allocateExecutable() function
436 return (T*)allocateExecutable(sizeof(T) * n); in allocate()