Searched refs:AllocWithRetry (Results 1 – 3 of 3) sorted by relevance
70 void* result = AllocWithRetry(size); in New()98 void* AllocWithRetry(size_t size) { in AllocWithRetry() function
80 void* AllocWithRetry(size_t size);
87 void* memory = AllocWithRetry(bytes); in AllocateSegment()