Searched refs:prealloc (Results 1 – 3 of 3) sorted by relevance
/external/srec/portable/include/ |
D | pmemory.h | 127 #define REALLOC(ptr, newSize) (prealloc(ptr, newSize, L(__FILE__), __LINE__)) 132 #define REALLOC(ptr, newSize) (prealloc(ptr, newSize)) 218 PORTABLE_API void *prealloc(void* ptr, size_t newSize, const LCHAR* file, int line); 220 PORTABLE_API void *prealloc(void* ptr, size_t newSize);
|
/external/srec/portable/src/ |
D | pmemory.c | 734 void *prealloc(void *ptr, size_t newSize, const LCHAR *file, int line) in prealloc() function 736 void *prealloc(void *ptr, size_t newSize) in prealloc()
|
/external/dbus/ |
D | ChangeLog | 12408 dbus_connection_preallocate_send() does not prealloc the write 14801 (_dbus_message_loader_new): fix preallocation to only prealloc,
|