Searched refs:FXMEM_DefaultAlloc (Results 1 – 8 of 8) sorted by relevance
8 +void* FXMEM_DefaultAlloc(size_t byte_size);19 + return FXMEM_DefaultAlloc(size);
22 void* FXMEM_DefaultAlloc(size_t byte_size);98 return FXMEM_DefaultAlloc(size);
75 EXPECT_FALSE(FXMEM_DefaultAlloc(kMaxByteAlloc)); in TEST()77 void* ptr = FXMEM_DefaultAlloc(1); in TEST()
27 void* FXMEM_DefaultAlloc(size_t byte_size) { in FXMEM_DefaultAlloc() function
17 void* FXMEM_DefaultAlloc(size_t byte_size);
78 return FXMEM_DefaultAlloc(size); in _cmsMalloc()84 void* p = FXMEM_DefaultAlloc(size); in _cmsMallocZero()114 void* p = FXMEM_DefaultAlloc(size); in _cmsDupMem()
54 + return FXMEM_DefaultAlloc(size);67 + void* p = FXMEM_DefaultAlloc(size);149 + void* p = FXMEM_DefaultAlloc(size);
72 return FXMEM_DefaultAlloc(size); in _TIFFmalloc()