summaryrefslogtreecommitdiff
path: root/tests/suite/ecore/src/lib/eina_stringshare.c
blob: 5251929e4fd8a0e47921028fbc75db7fdaab34f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
/* EINA - EFL data type library
 * Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2010
 *			   Carsten Haitzler,
 *                         Jorge Luis Zapata Muga,
 *                         Cedric Bail,
 *                         Gustavo Sverzut Barbieri
 *                         Tom Hacohen
 *                         Brett Nash
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library;
 * if not, see <https://www.gnu.org/licenses/>.
 */

/**
 * @page tutorial_stringshare_page Stringshare Tutorial
 *
 * to be written...
 *
 */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#define _GNU_SOURCE

#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#elif defined __GNUC__
#define alloca __builtin_alloca
#elif defined _AIX
#define alloca __alloca
#elif defined _MSC_VER
#include <malloc.h>
#define alloca _alloca
#else
#include <stddef.h>
#ifdef  __cplusplus
extern "C"
#endif
void *alloca(size_t);
#endif

#include <stdlib.h>
#include <stdio.h>
#include <string.h>

#ifdef EFL_HAVE_POSIX_THREADS
#include <pthread.h>
#endif

#ifdef HAVE_EVIL
#include <Evil.h>
#endif

#include "eina_config.h"
#include "eina_private.h"
#include "eina_hash.h"
#include "eina_rbtree.h"
#include "eina_error.h"
#include "eina_log.h"
#include "eina_stringshare.h"

/* undefs EINA_ARG_NONULL() so NULL checks are not compiled out! */
#include "eina_safety_checks.h"
#include "eina_share_common.h"

/* The actual share */
static Eina_Share *stringshare_share;
static const char EINA_MAGIC_STRINGSHARE_NODE_STR[] =
    "Eina Stringshare Node";

#ifdef EFL_HAVE_THREADS
extern Eina_Bool _share_common_threads_activated;

#ifdef EFL_HAVE_POSIX_THREADS
static pthread_mutex_t _mutex_small = PTHREAD_MUTEX_INITIALIZER;
#define STRINGSHARE_LOCK_SMALL() if(_share_common_threads_activated) \
      pthread_mutex_lock(&_mutex_small)
#define STRINGSHARE_UNLOCK_SMALL() if(_share_common_threads_activated) \
      pthread_mutex_unlock(&_mutex_small)
#else				/* EFL_HAVE_WIN32_THREADS */
static HANDLE _mutex_small = NULL;
#define STRINGSHARE_LOCK_SMALL() if(_share_common_threads_activated) \
      WaitForSingleObject(_mutex_small, INFINITE)
#define STRINGSHARE_UNLOCK_SMALL() if(_share_common_threads_activated) \
      ReleaseMutex(_mutex_small)

#endif				/* EFL_HAVE_WIN32_THREADS */
#else				/* EFL_HAVE_THREADS */
#define STRINGSHARE_LOCK_SMALL() do {} while (0)
#define STRINGSHARE_UNLOCK_SMALL() do {} while (0)
#endif

/* Stringshare optimizations */
static const unsigned char _eina_stringshare_single[512] = {
	0, 0, 1, 0, 2, 0, 3, 0, 4, 0, 5, 0, 6, 0, 7, 0, 8, 0, 9, 0, 10, 0,
	    11, 0, 12, 0, 13, 0, 14, 0, 15, 0,
	16, 0, 17, 0, 18, 0, 19, 0, 20, 0, 21, 0, 22, 0, 23, 0, 24, 0, 25,
	    0, 26, 0, 27, 0, 28, 0, 29, 0, 30, 0,
	31, 0, 32, 0, 33, 0, 34, 0, 35, 0, 36, 0, 37, 0, 38, 0, 39, 0, 40,
	    0, 41, 0, 42, 0, 43, 0, 44, 0, 45, 0,
	46, 0, 47, 0, 48, 0, 49, 0, 50, 0, 51, 0, 52, 0, 53, 0, 54, 0, 55,
	    0, 56, 0, 57, 0, 58, 0, 59, 0, 60, 0,
	61, 0, 62, 0, 63, 0, 64, 0, 65, 0, 66, 0, 67, 0, 68, 0, 69, 0, 70,
	    0, 71, 0, 72, 0, 73, 0, 74, 0, 75, 0,
	76, 0, 77, 0, 78, 0, 79, 0, 80, 0, 81, 0, 82, 0, 83, 0, 84, 0, 85,
	    0, 86, 0, 87, 0, 88, 0, 89, 0, 90, 0,
	91, 0, 92, 0, 93, 0, 94, 0, 95, 0, 96, 0, 97, 0, 98, 0, 99, 0, 100,
	    0, 101, 0, 102, 0, 103, 0, 104, 0,
	105, 0,
	106, 0, 107, 0, 108, 0, 109, 0, 110, 0, 111, 0, 112, 0, 113, 0,
	    114, 0, 115, 0, 116, 0, 117, 0, 118,
	0, 119, 0, 120, 0,
	121, 0, 122, 0, 123, 0, 124, 0, 125, 0, 126, 0, 127, 0, 128, 0,
	    129, 0, 130, 0, 131, 0, 132, 0, 133,
	0, 134, 0, 135, 0,
	136, 0, 137, 0, 138, 0, 139, 0, 140, 0, 141, 0, 142, 0, 143, 0,
	    144, 0, 145, 0, 146, 0, 147, 0, 148,
	0, 149, 0, 150, 0,
	151, 0, 152, 0, 153, 0, 154, 0, 155, 0, 156, 0, 157, 0, 158, 0,
	    159, 0, 160, 0, 161, 0, 162, 0, 163,
	0, 164, 0, 165, 0,
	166, 0, 167, 0, 168, 0, 169, 0, 170, 0, 171, 0, 172, 0, 173, 0,
	    174, 0, 175, 0, 176, 0, 177, 0, 178,
	0, 179, 0, 180, 0,
	181, 0, 182, 0, 183, 0, 184, 0, 185, 0, 186, 0, 187, 0, 188, 0,
	    189, 0, 190, 0, 191, 0, 192, 0, 193,
	0, 194, 0, 195, 0,
	196, 0, 197, 0, 198, 0, 199, 0, 200, 0, 201, 0, 202, 0, 203, 0,
	    204, 0, 205, 0, 206, 0, 207, 0, 208,
	0, 209, 0, 210, 0,
	211, 0, 212, 0, 213, 0, 214, 0, 215, 0, 216, 0, 217, 0, 218, 0,
	    219, 0, 220, 0, 221, 0, 222, 0, 223,
	0, 224, 0, 225, 0,
	226, 0, 227, 0, 228, 0, 229, 0, 230, 0, 231, 0, 232, 0, 233, 0,
	    234, 0, 235, 0, 236, 0, 237, 0, 238,
	0, 239, 0, 240, 0,
	241, 0, 242, 0, 243, 0, 244, 0, 245, 0, 246, 0, 247, 0, 248, 0,
	    249, 0, 250, 0, 251, 0, 252, 0, 253,
	0, 254, 0, 255, 0
};

typedef struct _Eina_Stringshare_Small Eina_Stringshare_Small;
typedef struct _Eina_Stringshare_Small_Bucket
    Eina_Stringshare_Small_Bucket;

struct _Eina_Stringshare_Small_Bucket {
	/* separate arrays for faster lookups */
	const char **strings;
	unsigned char *lengths;
	unsigned short *references;
	int count;
	int size;
};

struct _Eina_Stringshare_Small {
	Eina_Stringshare_Small_Bucket *buckets[256];
};

#define EINA_STRINGSHARE_SMALL_BUCKET_STEP 8
static Eina_Stringshare_Small _eina_small_share;

static inline int
_eina_stringshare_small_cmp(const Eina_Stringshare_Small_Bucket * bucket,
			    int i, const char *pstr, unsigned char plength)
{
	/* pstr and plength are from second char and on, since the first is
	 * always the same.
	 *
	 * First string being always the same, size being between 2 and 3
	 * characters (there is a check for special case length==1 and then
	 * small stringshare is applied to strings < 4), we just need to
	 * compare 2 characters of both strings.
	 */
	const unsigned char cur_plength = bucket->lengths[i] - 1;
	const char *cur_pstr;

	if (cur_plength > plength)
		return 1;
	else if (cur_plength < plength)
		return -1;

	cur_pstr = bucket->strings[i] + 1;

	if (cur_pstr[0] > pstr[0])
		return 1;
	else if (cur_pstr[0] < pstr[0])
		return -1;

	if (plength == 1)
		return 0;

	if (cur_pstr[1] > pstr[1])
		return 1;
	else if (cur_pstr[1] < pstr[1])
		return -1;

	return 0;
}

static const char *_eina_stringshare_small_bucket_find(const
						       Eina_Stringshare_Small_Bucket
						       * bucket,
						       const char *str,
						       unsigned char
						       length, int *idx)
{
	const char *pstr = str + 1;	/* skip first letter, it's always the same */
	unsigned char plength = length - 1;
	int i, low, high;

	if (bucket->count == 0) {
		*idx = 0;
		return NULL;
	}

	low = 0;
	high = bucket->count;

	while (low < high) {
		int r;

		i = (low + high - 1) / 2;

		r = _eina_stringshare_small_cmp(bucket, i, pstr, plength);
		if (r > 0)
			high = i;
		else if (r < 0)
			low = i + 1;
		else {
			*idx = i;
			return bucket->strings[i];
		}
	}

	*idx = low;
	return NULL;
}

static Eina_Bool
_eina_stringshare_small_bucket_resize(Eina_Stringshare_Small_Bucket *
				      bucket, int size)
{
	void *tmp;

	tmp =
	    realloc((void *) bucket->strings,
		    size * sizeof(bucket->strings[0]));
	if (!tmp) {
		eina_error_set(EINA_ERROR_OUT_OF_MEMORY);
		return 0;
	}

	bucket->strings = tmp;

	tmp = realloc(bucket->lengths, size * sizeof(bucket->lengths[0]));
	if (!tmp) {
		eina_error_set(EINA_ERROR_OUT_OF_MEMORY);
		return 0;
	}

	bucket->lengths = tmp;

	tmp =
	    realloc(bucket->references,
		    size * sizeof(bucket->references[0]));
	if (!tmp) {
		eina_error_set(EINA_ERROR_OUT_OF_MEMORY);
		return 0;
	}

	bucket->references = tmp;

	bucket->size = size;
	return 1;
}

static const char
    *_eina_stringshare_small_bucket_insert_at(Eina_Stringshare_Small_Bucket
					      ** p_bucket, const char *str,
					      unsigned char length,
					      int idx)
{
	Eina_Stringshare_Small_Bucket *bucket = *p_bucket;
	int todo, off;
	char *snew;

	if (!bucket) {
		*p_bucket = bucket = calloc(1, sizeof(*bucket));
		if (!bucket) {
			eina_error_set(EINA_ERROR_OUT_OF_MEMORY);
			return NULL;
		}
	}

	if (bucket->count + 1 >= bucket->size) {
		int size =
		    bucket->size + EINA_STRINGSHARE_SMALL_BUCKET_STEP;
		if (!_eina_stringshare_small_bucket_resize(bucket, size))
			return NULL;
	}

	snew = malloc(length + 1);
	if (!snew) {
		eina_error_set(EINA_ERROR_OUT_OF_MEMORY);
		return NULL;
	}

	memcpy(snew, str, length);
	snew[length] = '\0';

	off = idx + 1;
	todo = bucket->count - idx;
	if (todo > 0) {
		memmove((void *) (bucket->strings + off),
			bucket->strings + idx,
			todo * sizeof(bucket->strings[0]));
		memmove(bucket->lengths + off, bucket->lengths + idx,
			todo * sizeof(bucket->lengths[0]));
		memmove(bucket->references + off, bucket->references + idx,
			todo * sizeof(bucket->references[0]));
	}

	bucket->strings[idx] = snew;
	bucket->lengths[idx] = length;
	bucket->references[idx] = 1;
	bucket->count++;

	return snew;
}

static void
_eina_stringshare_small_bucket_remove_at(Eina_Stringshare_Small_Bucket **
					 p_bucket, int idx)
{
	Eina_Stringshare_Small_Bucket *bucket = *p_bucket;
	int todo, off;

	if (bucket->references[idx] > 1) {
		bucket->references[idx]--;
		return;
	}

	free((char *) bucket->strings[idx]);

	if (bucket->count == 1) {
		free((void *) bucket->strings);
		free(bucket->lengths);
		free(bucket->references);
		free(bucket);
		*p_bucket = NULL;
		return;
	}

	bucket->count--;
	if (idx == bucket->count)
		goto end;

	off = idx + 1;
	todo = bucket->count - idx;

	memmove((void *) (bucket->strings + idx), bucket->strings + off,
		todo * sizeof(bucket->strings[0]));
	memmove(bucket->lengths + idx, bucket->lengths + off,
		todo * sizeof(bucket->lengths[0]));
	memmove(bucket->references + idx, bucket->references + off,
		todo * sizeof(bucket->references[0]));

      end:
	if (bucket->count + EINA_STRINGSHARE_SMALL_BUCKET_STEP <
	    bucket->size) {
		int size =
		    bucket->size - EINA_STRINGSHARE_SMALL_BUCKET_STEP;
		_eina_stringshare_small_bucket_resize(bucket, size);
	}
}

static const char *_eina_stringshare_small_add(const char *str,
					       unsigned char length)
{
	Eina_Stringshare_Small_Bucket **bucket;
	int i;

	bucket = _eina_small_share.buckets + (unsigned char) str[0];
	if (!*bucket)
		i = 0;
	else {
		const char *ret;
		ret =
		    _eina_stringshare_small_bucket_find(*bucket, str,
							length, &i);
		if (ret) {
			(*bucket)->references[i]++;
			return ret;
		}
	}

	return _eina_stringshare_small_bucket_insert_at(bucket, str,
							length, i);
}

static void
_eina_stringshare_small_del(const char *str, unsigned char length)
{
	Eina_Stringshare_Small_Bucket **bucket;
	const char *ret;
	int i;

	bucket = _eina_small_share.buckets + (unsigned char) str[0];
	if (!*bucket)
		goto error;

	ret =
	    _eina_stringshare_small_bucket_find(*bucket, str, length, &i);
	if (!ret)
		goto error;

	_eina_stringshare_small_bucket_remove_at(bucket, i);
	return;

      error:
	CRITICAL("EEEK trying to del non-shared stringshare \"%s\"", str);
}

static void _eina_stringshare_small_init(void)
{
	memset(&_eina_small_share, 0, sizeof(_eina_small_share));
}

static void _eina_stringshare_small_shutdown(void)
{
	Eina_Stringshare_Small_Bucket **p_bucket, **p_bucket_end;

	p_bucket = _eina_small_share.buckets;
	p_bucket_end = p_bucket + 256;

	for (; p_bucket < p_bucket_end; p_bucket++) {
		Eina_Stringshare_Small_Bucket *bucket = *p_bucket;
		char **s, **s_end;

		if (!bucket)
			continue;

		s = (char **) bucket->strings;
		s_end = s + bucket->count;
		for (; s < s_end; s++)
			free(*s);

		free((void *) bucket->strings);
		free(bucket->lengths);
		free(bucket->references);
		free(bucket);
		*p_bucket = NULL;
	}
}

static void
_eina_stringshare_small_bucket_dump(Eina_Stringshare_Small_Bucket * bucket,
				    struct dumpinfo *di)
{
	const char **s = bucket->strings;
	unsigned char *l = bucket->lengths;
	unsigned short *r = bucket->references;
	int i;

	di->used += sizeof(*bucket);
	di->used += bucket->count * sizeof(*s);
	di->used += bucket->count * sizeof(*l);
	di->used += bucket->count * sizeof(*r);
	di->unique += bucket->count;

	for (i = 0; i < bucket->count; i++, s++, l++, r++) {
		int dups;
#ifdef _WIN32
		printf("DDD: %5hu %5hu '%s'\n", *l, *r, *s);
#else
		printf("DDD: %5hhu %5hu '%s'\n", *l, *r, *s);
#endif

		dups = (*r - 1);

		di->used += *l;
		di->saved += *l * dups;
		di->dups += dups;
	}
}

static void _eina_stringshare_small_dump(struct dumpinfo *di)
{
	Eina_Stringshare_Small_Bucket **p_bucket, **p_bucket_end;

	p_bucket = _eina_small_share.buckets;
	p_bucket_end = p_bucket + 256;

	for (; p_bucket < p_bucket_end; p_bucket++) {
		Eina_Stringshare_Small_Bucket *bucket = *p_bucket;

		if (!bucket)
			continue;

		_eina_stringshare_small_bucket_dump(bucket, di);
	}
}


/*============================================================================*
*                                 Global                                     *
*============================================================================*/

/**
 * @internal
 * @brief Initialize the share_common module.
 *
 * @return #EINA_TRUE on success, #EINA_FALSE on failure.
 *
 * This function sets up the share_common module of Eina. It is called by
 * eina_init().
 *
 * @see eina_init()
 */
Eina_Bool eina_stringshare_init(void)
{
	Eina_Bool ret;
	ret = eina_share_common_init(&stringshare_share,
				     EINA_MAGIC_STRINGSHARE_NODE,
				     EINA_MAGIC_STRINGSHARE_NODE_STR);
	if (ret)
		_eina_stringshare_small_init();

	return ret;
}

/**
 * @internal
 * @brief Shut down the share_common module.
 *
 * @return #EINA_TRUE on success, #EINA_FALSE on failure.
 *
 * This function shuts down the share_common module set up by
 * eina_share_common_init(). It is called by eina_shutdown().
 *
 * @see eina_shutdown()
 */
Eina_Bool eina_stringshare_shutdown(void)
{
	Eina_Bool ret;
	_eina_stringshare_small_shutdown();
	ret = eina_share_common_shutdown(&stringshare_share);
	return ret;
}

/*============================================================================*
*                                   API                                      *
*============================================================================*/

/**
 * @addtogroup Eina_Stringshare_Group Stringshare
 *
 * These functions allow you to store one copy of a string, and use it
 * throughout your program.
 *
 * This is a method to reduce the number of duplicated strings kept in
 * memory. It's pretty common for the same strings to be dynamically
 * allocated repeatedly between applications and libraries, especially in
 * circumstances where you could have multiple copies of a structure that
 * allocates the string. So rather than duplicating and freeing these
 * strings, you request a read-only pointer to an existing string and
 * only incur the overhead of a hash lookup.
 *
 * It sounds like micro-optimizing, but profiling has shown this can have
 * a significant impact as you scale the number of copies up. It improves
 * string creation/destruction speed, reduces memory use and decreases
 * memory fragmentation, so a win all-around.
 *
 * For more information, you can look at the @ref tutorial_stringshare_page.
 *
 * @{
 */

/**
 * @brief Note that the given string has lost an instance.
 *
 * @param str string The given string.
 *
 * This function decreases the reference counter associated to @p str
 * if it exists. If that counter reaches 0, the memory associated to
 * @p str is freed. If @p str is NULL, the function returns
 * immediately.
 *
 * Note that if the given pointer is not shared or NULL, bad things
 * will happen, likely a segmentation fault.
 */
EAPI void eina_stringshare_del(const char *str)
{
	int slen;
	DBG("str=%p (%s)", str, str ? str : "");
	if (!str)
		return;

	/* special cases */
	if (str[0] == '\0')
		slen = 0;
	else if (str[1] == '\0')
		slen = 1;
	else if (str[2] == '\0')
		slen = 2;
	else if (str[3] == '\0')
		slen = 3;
	else
		slen = 4;	/* handled later */

	if (slen < 2)
		return;
	else if (slen < 4) {
		eina_share_common_population_del(stringshare_share, slen);
		STRINGSHARE_LOCK_SMALL();
		_eina_stringshare_small_del(str, slen);
		STRINGSHARE_UNLOCK_SMALL();
		return;
	}

	eina_share_common_del(stringshare_share, str);
}

/**
 * @brief Retrieve an instance of a string for use in a program.
 *
 * @param   str The string to retrieve an instance of.
 * @param   slen The string size (<= strlen(str)).
 * @return  A pointer to an instance of the string on success.
 *          @c NULL on failure.
 *
 * This function retrieves an instance of @p str. If @p str is
 * @c NULL, then @c NULL is returned. If @p str is already stored, it
 * is just returned and its reference counter is increased. Otherwise
 * it is added to the strings to be searched and a duplicated string
 * of @p str is returned.
 *
 * This function does not check string size, but uses the
 * exact given size. This can be used to share_common part of a larger
 * buffer or substring.
 *
 * @see eina_share_common_add()
 */
EAPI const char *eina_stringshare_add_length(const char *str,
					     unsigned int slen)
{
	DBG("str=%p (%.*s), slen=%u", str, slen, str ? str : "", slen);

	if (slen <= 0)
		return "";
	else if (slen == 1)
		return (const char *) _eina_stringshare_single +
		    ((*str) << 1);
	else if (slen < 4) {
		const char *s;

		STRINGSHARE_LOCK_SMALL();
		s = _eina_stringshare_small_add(str, slen);
		STRINGSHARE_UNLOCK_SMALL();
		return s;
	}

	return eina_share_common_add_length(stringshare_share, str, slen *
					    sizeof(char), sizeof(char));
}

/**
 * @brief Retrieve an instance of a string for use in a program.
 *
 * @param   str The NULL terminated string to retrieve an instance of.
 * @return  A pointer to an instance of the string on success.
 *          @c NULL on failure.
 *
 * This function retrieves an instance of @p str. If @p str is
 * @c NULL, then @c NULL is returned. If @p str is already stored, it
 * is just returned and its reference counter is increased. Otherwise
 * it is added to the strings to be searched and a duplicated string
 * of @p str is returned.
 *
 * The string @p str must be NULL terminated ('@\0') and its full
 * length will be used. To use part of the string or non-null
 * terminated, use eina_stringshare_add_length() instead.
 *
 * @see eina_stringshare_add_length()
 */
EAPI const char *eina_stringshare_add(const char *str)
{
	int slen;
	if (!str)
		return NULL;

	if (str[0] == '\0')
		slen = 0;
	else if (str[1] == '\0')
		slen = 1;
	else if (str[2] == '\0')
		slen = 2;
	else if (str[3] == '\0')
		slen = 3;
	else
		slen = 3 + (int) strlen(str + 3);

	return eina_stringshare_add_length(str, slen);
}

/**
 * @brief Retrieve an instance of a string for use in a program
 * from a format string.
 *
 * @param   fmt The NULL terminated format string to retrieve an instance of.
 * @return  A pointer to an instance of the string on success.
 *          @c NULL on failure.
 *
 * This function retrieves an instance of @p fmt. If @p fmt is
 * @c NULL, then @c NULL is returned. If @p fmt is already stored, it
 * is just returned and its reference counter is increased. Otherwise
 * it is added to the strings to be searched and a duplicated string
 * is returned.
 *
 * The format string @p fmt must be NULL terminated ('@\0') and its full
 * length will be used. To use part of the format string or non-null
 * terminated, use eina_stringshare_nprintf() instead.
 *
 * @see eina_stringshare_nprintf()
 */
EAPI const char *eina_stringshare_printf(const char *fmt, ...)
{
	va_list args;
	char *tmp;
	const char *ret;
	int len;

	if (!fmt)
		return NULL;

	va_start(args, fmt);
	len = vasprintf(&tmp, fmt, args);
	va_end(args);

	if (len < 1)
		return NULL;

	ret = eina_stringshare_add_length(tmp, len);
	free(tmp);

	return ret;
}

/**
 * @brief Retrieve an instance of a string for use in a program
 * from a format string.
 *
 * @param   fmt The NULL terminated format string to retrieve an instance of.
 * @param   args The va_args for @p fmt
 * @return  A pointer to an instance of the string on success.
 *          @c NULL on failure.
 *
 * This function retrieves an instance of @p fmt with @p args. If @p fmt is
 * @c NULL, then @c NULL is returned. If @p fmt with @p args is already stored, it
 * is just returned and its reference counter is increased. Otherwise
 * it is added to the strings to be searched and a duplicated string
 * is returned.
 *
 * The format string @p fmt must be NULL terminated ('@\0') and its full
 * length will be used. To use part of the format string or non-null
 * terminated, use eina_stringshare_nprintf() instead.
 *
 * @see eina_stringshare_nprintf()
 */
EAPI const char *eina_stringshare_vprintf(const char *fmt, va_list args)
{
	char *tmp;
	const char *ret;
	int len;

	if (!fmt)
		return NULL;

	len = vasprintf(&tmp, fmt, args);

	if (len < 1)
		return NULL;

	ret = eina_stringshare_add_length(tmp, len);
	free(tmp);

	return ret;
}

/**
 * @brief Retrieve an instance of a string for use in a program
 * from a format string with size limitation.
 * @param   len The length of the format string to use
 * @param   fmt The format string to retrieve an instance of.
 * @return  A pointer to an instance of the string on success.
 *          @c NULL on failure.
 *
 * This function retrieves an instance of @p fmt limited by @p len. If @p fmt is
 * @c NULL or @p len is < 1, then @c NULL is returned. If the resulting string
 * is already stored, it is returned and its reference counter is increased. Otherwise
 * it is added to the strings to be searched and a duplicated string
 * is returned.
 *
 * @p len length of the format string will be used. To use the
 * entire format string, use eina_stringshare_printf() instead.
 *
 * @see eina_stringshare_printf()
 */
EAPI const char *eina_stringshare_nprintf(unsigned int len,
					  const char *fmt, ...)
{
	va_list args;
	char *tmp;
	int size;

	if (!fmt)
		return NULL;

	if (len < 1)
		return NULL;

	tmp = alloca(sizeof(char) * len + 1);

	va_start(args, fmt);
	size = vsnprintf(tmp, len, fmt, args);
	va_end(args);

	if (size < 1)
		return NULL;

	return eina_stringshare_add_length(tmp, len);
}

/**
 * Increment references of the given shared string.
 *
 * @param str The shared string.
 * @return    A pointer to an instance of the string on success.
 *            @c NULL on failure.
 *
 * This is similar to eina_share_common_add(), but it's faster since it will
 * avoid lookups if possible, but on the down side it requires the parameter
 * to be shared before, in other words, it must be the return of a previous
 * eina_share_common_add().
 *
 * There is no unref since this is the work of eina_share_common_del().
 */
EAPI const char *eina_stringshare_ref(const char *str)
{
	int slen;
	DBG("str=%p (%s)", str, str ? str : "");

	if (!str)
		return eina_share_common_ref(stringshare_share, str);

	/* special cases */
	if (str[0] == '\0')
		slen = 0;
	else if (str[1] == '\0')
		slen = 1;
	else if (str[2] == '\0')
		slen = 2;
	else if (str[3] == '\0')
		slen = 3;
	else
		slen = 3 + (int) strlen(str + 3);

	if (slen < 2) {
		eina_share_common_population_add(stringshare_share, slen);

		return str;
	} else if (slen < 4) {
		const char *s;
		eina_share_common_population_add(stringshare_share, slen);

		STRINGSHARE_LOCK_SMALL();
		s = _eina_stringshare_small_add(str, slen);
		STRINGSHARE_UNLOCK_SMALL();

		return s;
	}

	return eina_share_common_ref(stringshare_share, str);
}

/**
 * @brief Note that the given string @b must be shared.
 *
 * @param str the shared string to know the length. It is safe to
 *        give NULL, in that case -1 is returned.
 *
 * This function is a cheap way to known the length of a shared
 * string. Note that if the given pointer is not shared, bad
 * things will happen, likely a segmentation fault. If in doubt, try
 * strlen().
 */
EAPI int eina_stringshare_strlen(const char *str)
{
	int len;
	/* special cases */
	if (str[0] == '\0')
		return 0;

	if (str[1] == '\0')
		return 1;

	if (str[2] == '\0')
		return 2;

	if (str[3] == '\0')
		return 3;

	len =
	    eina_share_common_length(stringshare_share,
				     (const char *) str);
	len = (len > 0) ? len / (int) sizeof(char) : -1;
	return len;
}

/**
 * @brief Dump the contents of the share_common.
 *
 * This function dumps all strings in the share_common to stdout with a
 * DDD: prefix per line and a memory usage summary.
 */
EAPI void eina_stringshare_dump(void)
{
	eina_share_common_dump(stringshare_share,
			       _eina_stringshare_small_dump,
			       sizeof(_eina_stringshare_single));
}

/**
 * @}
 */