mirror of
https://github.com/curl/curl.git
synced 2026-07-30 20:58:06 +03:00
curl_global_init_mem() allows the memory functions to be replaced.
memory.h is included everywhere for this.
This commit is contained in:
parent
434bc13812
commit
bbafb2eb27
48 changed files with 295 additions and 271 deletions
|
|
@ -55,10 +55,9 @@
|
|||
#define ENABLE_64BIT
|
||||
#endif
|
||||
|
||||
#include "memory.h"
|
||||
/* The last #include file should be: */
|
||||
#ifdef CURLDEBUG
|
||||
#include "memdebug.h"
|
||||
#endif
|
||||
|
||||
#define BUFFSIZE 256 /* buffer for long-to-str and float-to-str calcs */
|
||||
#define MAX_PARAMETERS 128 /* lame static limit */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue