Home
last modified time | relevance | path

Searched refs:size (Results 1 – 7 of 7) sorted by relevance

/libev/
H A Dev.c1708 ev_realloc_emul (void *ptr, long size) EV_THROW in ev_realloc_emul() argument
1717 if (size) in ev_realloc_emul()
1718 return realloc (ptr, size); in ev_realloc_emul()
1724 static void *(*alloc)(void *ptr, long size) EV_THROW = ev_realloc_emul;
1727 ev_set_allocator (void *(*cb)(void *ptr, long size) EV_THROW) EV_THROW in ev_set_allocator()
1733 ev_realloc (void *ptr, long size) in ev_realloc() argument
1735 ptr = alloc (ptr, size); in ev_realloc()
1737 if (!ptr && size) in ev_realloc()
1742 fprintf (stderr, "(libev) cannot allocate %ld bytes, aborting.", size); in ev_realloc()
1750 #define ev_malloc(size) ev_realloc (0, (size)) argument
H A DChanges47 when we can't detect the signal set size.
62 further code size decrease when compiling for C++.
121 as cache-cold (saving almost 2k code size on typical amd64 setups).
H A Dev.pod254 =item ev_set_allocator (void *(*cb)(void *ptr, long size) throw ())
259 when memory needs to be allocated (C<size != 0>), the library might abort
274 persistent_realloc (void *ptr, size_t size)
278 void *newptr = realloc (ptr, size);
2720 stat data does change in other ways (e.g. file size).
2797 printf ("passwd current size %ld\n", (long)w->attr.st_size);
4539 configures the maximum size of the C<fd_set>.
4709 is not. Disabling watcher types mainly saves code size.
4740 code size by roughly 30% on amd64).
4742 When optimising for size, use of compiler flags such as C<-Os> with
[all …]
H A Dev++.h555 inline void set_allocator (void *(*cb)(void *ptr, long size) throw ()) throw () in set_allocator()
H A Dev.h545 EV_API_DECL void ev_set_allocator (void *(*cb)(void *ptr, long size) EV_THROW) EV_THROW;
H A Dconfigure3572 array size at least. It's necessary to write '\x00'==0 to get something
H A Daclocal.m49690 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.