Searched refs:prealloc (Results 1 - 4 of 4) sorted by relevance

/external/srec/portable/include/
H A Dpmemory.h127 #define REALLOC(ptr, newSize) (prealloc(ptr, newSize, L(__FILE__), __LINE__))
132 #define REALLOC(ptr, newSize) (prealloc(ptr, newSize))
206 * @param ptr A pointer previously allocated by pmalloc, pcalloc or prealloc.
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);
226 * @param ptr A pointer previously allocated by pmalloc, pcalloc or prealloc.
/external/qemu/block/
H A Dqcow2.c847 int flags, size_t cluster_size, int prealloc)
1031 if (ret == 0 && prealloc) {
1050 int prealloc = 0; local
1068 prealloc = 0;
1070 prealloc = 1;
1080 if (backing_file && prealloc) {
1087 cluster_size, prealloc);
845 qcow_create2(const char *filename, int64_t total_size, const char *backing_file, const char *backing_format, int flags, size_t cluster_size, int prealloc) argument
/external/valgrind/main/include/
H A Dpub_tool_tooliface.h484 void* (*prealloc) ( ThreadId tid, void* p, SizeT new_size ),
/external/srec/portable/src/
H A Dpmemory.c734 void *prealloc(void *ptr, size_t newSize, const LCHAR *file, int line) function
736 void *prealloc(void *ptr, size_t newSize)
796 pfprintf(PSTDERR, L("OUT_OF_MEMORY: prealloc() failed at %s:%d"), __FILE__, __LINE__);

Completed in 711 milliseconds